awx-on-k3s/acme/kustomization.yaml
2021-11-26 08:37:49 -05:00

17 lines
311 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: awx
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- name: azuredns-config
type: Opaque
literals:
- client-secret=0000000000000000000000000000000000
resources:
- namespace.yaml
- issuer.yaml