Created
September 19, 2022 15:41
-
-
Save SamuelBagattin/60f5963233d26a1638e0d65d41b2f083 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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