Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SamuelBagattin/60f5963233d26a1638e0d65d41b2f083 to your computer and use it in GitHub Desktop.
Save SamuelBagattin/60f5963233d26a1638e0d65d41b2f083 to your computer and use it in GitHub Desktop.
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: grafana
spec:
project: default
source:
repoURL: https://github.com/my-org/my-repo.git
targetRevision: HEAD
helm:
valueFiles:
- values.yaml # Use the values.yaml file from the repo
- secrets://secrets.yaml # Use the secrets.yaml file from the repo AND DECRYPT IT
version: v3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment