Improve workflow and generate CRDs (#3)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user