File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 3232 kind create cluster
3333 helm repo add argo https://argoproj.github.io/argo-helm
3434 helm upgrade --install argocd argo/argo-cd --version 9.3.4 --create-namespace --namespace argocd-diff-preview \
35- --set config.params ."kustomize\.buildOptions"="--load-restrictor LoadRestrictionsNone --enable-alpha-plugins"
35+ --set configs.cm ."kustomize\.buildOptions"="--load-restrictor LoadRestrictionsNone --enable-alpha-plugins"
3636 kubectl apply -n argocd-diff-preview -f pull-request/kubernetes/gke-utility/argocd/clusters.yaml || true # ignore errors from missing ES
3737 kubectl apply -n argocd-diff-preview -f pull-request/kubernetes/gke-utility/argocd/clusters-diff.yaml # ES based clusters
3838
Original file line number Diff line number Diff line change 99 - clusters :
1010 selector :
1111 matchExpressions :
12- - key : clusterType
13- operator : Exists
12+ - key : cloud
13+ operator : NotIn
14+ values :
15+ - ibm
1416 template :
1517 metadata :
1618 name : " datadog-{{ .name }}"
Original file line number Diff line number Diff line change 1313 - key : name
1414 operator : NotIn
1515 values :
16- - gke-aaa
1716 - gke-prow
18- - gke-utility
17+ - gke-prow-build-trusted
1918 template :
2019 metadata :
2120 name : ' kube-system-{{ .name }}'
Original file line number Diff line number Diff line change 1414 operator : In
1515 values :
1616 - gke-prow-build
17- - gke-utility
17+ # - gke-utility
1818 template :
1919 metadata :
2020 name : ' monitoring-{{ .name }}'
2828 sources :
2929 - chart : kube-prometheus-stack
3030 repoURL : https://prometheus-community.github.io/helm-charts
31- targetRevision : 62.3.1
31+ targetRevision : 80.10.0
3232 helm :
3333 releaseName : monitoring
3434 valueFiles :
You can’t perform that action at this time.
0 commit comments