Compare commits

...

2 Commits

Author SHA1 Message Date
Dreaded_X 4f76a07fab chore: Renamed credentials secret in deployment
Build and deploy / build (push) Successful in 11m10s
2025-12-21 21:17:25 +01:00
Dreaded_X d3376c51b3 chore: Move repository 2025-12-21 21:17:25 +01:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs: jobs:
build: build:
uses: infra/workflows/.gitea/workflows/docker.yaml@e052a286c1fe20d7a313f1e6e87411c0598793b2 uses: infra/workflows/.gitea/workflows/docker.yaml@d062ec1f98edd46c48b5f3185d2a7c01ebb6bda2
secrets: inherit secrets: inherit
with: with:
+2 -2
View File
@@ -21,7 +21,7 @@ spec:
securityContext: {} securityContext: {}
containers: containers:
- name: lldap-controller - name: lldap-controller
image: git.huizinga.dev/dreaded_x/lldap-controller@{{ index .images "lldap-controller" }} image: git.huizinga.dev/infra/lldap-controller@{{ index .images "lldap-controller" }}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: {} securityContext: {}
resources: resources:
@@ -49,4 +49,4 @@ spec:
volumes: volumes:
- name: credentials - name: credentials
secret: secret:
secretName: lldap-credentials secretName: credentials