Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Created June 26, 2019 14:36
Show Gist options
  • Save evrardjp/886e3143526a639feeae0687dd4bda03 to your computer and use it in GitHub Desktop.
Save evrardjp/886e3143526a639feeae0687dd4bda03 to your computer and use it in GitHub Desktop.
argocd app edit test
# 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