Compare commits

..

2 Commits

Author SHA1 Message Date
100760c498 chore: Renamed credentials secret in deployment
All checks were successful
Build and deploy / build (push) Successful in 10m48s
2025-12-21 22:22:27 +01:00
8072de7c4b feat: Update to new workflow 2025-12-21 22:22:26 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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