Skip to content

Instantly share code, notes, and snippets.

@ranrubin
Created May 10, 2022 15:21
Show Gist options
  • Save ranrubin/e684770ebd5525262acb25fba2e84d82 to your computer and use it in GitHub Desktop.
Save ranrubin/e684770ebd5525262acb25fba2e84d82 to your computer and use it in GitHub Desktop.
An example for a values file for app-of-apps applications template
global:
env: development
helmDefault: false
valuesFile: values.yaml
spec:
project: development
destination:
server: https://kubernetes.default.svc
namespace: default
source:
repoURL: https://github.com/ranrubin/argocd-app-of-apps
targetRevision: HEAD
argocdApplications:
helmGuestbook:
disableAutomated: false
disable: false
name: helm-guestbook
namespace: helm-guestbook
# targetRevision: HEAD
helm: true
helmHooks:
disableAutomated: false
disable: false
name: helm-hooks
namespace: helm-hooks
# targetRevision: HEAD
kustomizeGuestbook:
disableAutomated: false
disable: false
name: kustomize-guestbook
namespace: kustomize-guestbook
# targetRevision: HEAD
syncWaves:
disableAutomated: false
disable: false
name: sync-waves
namespace: sync-waves
# targetRevision: HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment