Skip to content

Instantly share code, notes, and snippets.

@rooftopcellist
Last active December 14, 2022 20:16
Show Gist options
  • Save rooftopcellist/c717943035c09bd1949a73faf03578b0 to your computer and use it in GitHub Desktop.
Save rooftopcellist/c717943035c09bd1949a73faf03578b0 to your computer and use it in GitHub Desktop.
kustomization.yaml for awx-operator - example of kustomizing registry for kube-rbac-proxy image
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Find the latest tag here: https://github.com/ansible/awx-operator/releases
- github.com/ansible/awx-operator/config/default?ref=1.1.2
# Set the image tags to match the git version from above
images:
- name: quay.io/ansible/awx-operator
newTag: 1.1.2
- name: gcr.io/kubebuilder/kube-rbac-proxy
newName: quay.io/kubebuilder/kube-rbac-proxy
newTag: v0.13.1
# Specify a custom namespace in which to install AWX
namespace: awx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment