mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
16 lines
292 B
YAML
16 lines
292 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:
|
|
- issuer.yaml
|