Created
June 26, 2019 14:36
-
-
Save evrardjp/886e3143526a639feeae0687dd4bda03 to your computer and use it in GitHub Desktop.
argocd app edit test
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
# json: cannot unmarshal array into Go struct field HelmParameter.value of type string | |
destination: | |
namespace: argocd | |
server: https://kubernetes.default.svc | |
project: default | |
source: | |
helm: | |
parameters: | |
- name: alertmanager.ingress.hosts | |
value: | |
- alertmanager.k8s.evrard.eu | |
valueFiles: | |
- values.yaml | |
path: stable/prometheus-operator | |
repoURL: https://github.com/helm/charts.git | |
targetRevision: HEAD | |
syncPolicy: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment