20 lines
435 B
YAML
20 lines
435 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
commonLabels:
|
||
|
app.kubernetes.io/instance: icb4dc0de
|
||
|
app.kubernetes.io/managed-by: kustomize
|
||
|
|
||
|
commonAnnotations:
|
||
|
"helm.sh/resource-policy": keep
|
||
|
|
||
|
resources:
|
||
|
- "base/"
|
||
|
- "resources/namespaces.yaml"
|
||
|
- "resources/sa.yaml"
|
||
|
- "resources/sa_secret.yaml"
|
||
|
- "resources/cluster_role.yaml"
|
||
|
- "resources/role_bindings.yaml"
|
||
|
|
||
|
generators:
|
||
|
- ./secret-generator.yaml
|