awx-on-k3s/operator/kustomization.yaml
2023-08-31 22:07:17 +09:00

19 lines
363 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: awx
generatorOptions:
disableNameSuffixHash: true
secretGenerator:
- name: redhat-operators-pull-secret
literals:
- operator=awx
resources:
- github.com/ansible/awx-operator/config/default?ref=2.5.2
images:
- name: quay.io/ansible/awx-operator
newTag: 2.5.2