files linked
This commit is contained in:
@ -5,4 +5,5 @@ resources:
|
||||
- ingress.yaml
|
||||
- namespace.yaml
|
||||
- pvc.yaml
|
||||
- service.yaml
|
||||
- service.yaml
|
||||
- configmap.yaml
|
@ -5,3 +5,4 @@ namespace: homepage
|
||||
|
||||
resources:
|
||||
- base
|
||||
- security
|
||||
|
7
apps/homepage/security/kustomization.yaml
Normal file
7
apps/homepage/security/kustomization.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- clusterrole.yaml
|
||||
- clusterrolebinding.yaml
|
||||
- secret.yaml
|
||||
- serviceaccount.yaml
|
Reference in New Issue
Block a user