Compare commits

..

2 Commits

Author SHA1 Message Date
e40a7f5647 chore: Renamed credentials secret in deployment
Some checks failed
Build and deploy / build (push) Failing after 11m35s
2025-12-21 22:06:10 +01:00
e0a71412bc feat: Update to new workflow 2025-12-21 22:06:09 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
uses: infra/workflows/.gitea/workflows/docker.yaml@956337b9bd5e72a93d3a57513cd421e7554dd61d
uses: infra/workflows/.gitea/workflows/docker.yaml@d062ec1f98edd46c48b5f3185d2a7c01ebb6bda2
secrets: inherit
with:

View File

@@ -21,7 +21,7 @@ spec:
securityContext: {}
containers:
- name: lldap-controller
image: '{{ index .images "lldap-controller" }}'
image: "{{ index .images 'lldap-controller' }}"
imagePullPolicy: IfNotPresent
securityContext: {}
resources: