awx-on-k3s/galaxy/operator/kustomization.yaml
kurokobo a2f564d1d5
feat: bump awx operator version to 2.15.0 (#341)
* feat: bump awx operator version to 2.15.0
* docs: explain arm64 support
* docs: fix logs for galaxy operator
* chore: change location for specific parameter
2024-04-13 00:17:39 +09:00

19 lines
378 B
YAML

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