feat: Added lldap
This commit is contained in:
15
apps/lldap/production/kustomization.yaml
Normal file
15
apps/lldap/production/kustomization.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- secret-credentials.enc.yaml
|
||||
patches:
|
||||
- path: deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
- path: cluster.yaml
|
||||
target:
|
||||
kind: Cluster
|
||||
- path: http-route.yaml
|
||||
target:
|
||||
kind: HTTPRoute
|
||||
Reference in New Issue
Block a user