Improve workflow and generate CRDs (#3)

This commit is contained in:
2025-03-20 01:47:36 +01:00
parent 69588d2748
commit 713a6da6e9
5 changed files with 52 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ spec:
securityContext: {}
containers:
- name: lldap-controller
image: git.huizinga.dev/dreaded_x/lldap-controller:sha-${SHA_SHORT}
image: git.huizinga.dev/dreaded_x/lldap-controller@${DIGEST}
imagePullPolicy: IfNotPresent
securityContext: {}
resources:

View File

@@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lldap
resources:
- ./crds.yaml
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml