mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
* 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
19 lines
365 B
YAML
19 lines
365 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.15.0
|
|
|
|
images:
|
|
- name: quay.io/ansible/awx-operator
|
|
newTag: 2.15.0
|