Skip to content

Commit f3efca9

Browse files
committed
fix typo in argocd-diff-preview and disable unused apps
1 parent 6309230 commit f3efca9

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.github/workflows/argocd-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

kubernetes/apps/datadog.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ spec:
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 }}"

kubernetes/apps/kube-system.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ spec:
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 }}'

kubernetes/apps/monitoring.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
operator: In
1515
values:
1616
- gke-prow-build
17-
- gke-utility
17+
# - gke-utility
1818
template:
1919
metadata:
2020
name: 'monitoring-{{ .name }}'
@@ -28,7 +28,7 @@ spec:
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:

0 commit comments

Comments
 (0)