Skip to content

Commit

Permalink
fix(argocd): disable some apps from prod
Browse files Browse the repository at this point in the history
  • Loading branch information
isac322 committed Dec 17, 2023
1 parent a70d185 commit b1f91ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions argocd/appprojects/cluster-management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
destinations:
- namespace: kube-system
name: backbone
# - namespace: kube-system
# name: prod
- namespace: kube-system
name: prod
clusterResourceWhitelist:
- group: '*'
kind: '*'
4 changes: 2 additions & 2 deletions argocd/appprojects/dfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ spec:
- https://github.com/isac322/homelab.git
- https://openebs.github.io/zfs-localpv
destinations:
# - namespace: rook-ceph
# name: prod
- namespace: rook-ceph
name: prod
- namespace: openebs
name: backbone
clusterResourceWhitelist:
Expand Down
12 changes: 6 additions & 6 deletions argocd/appprojects/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ spec:
- https://grafana.github.io/helm-charts
- https://prometheus-community.github.io/helm-charts
destinations:
# - namespace: prometheus
# name: prod
# - namespace: kube-system
# name: prod
# - namespace: mimir
# name: prod
- namespace: prometheus
name: prod
- namespace: kube-system
name: prod
- namespace: mimir
name: prod
- namespace: prometheus
name: backbone
- namespace: kube-system
Expand Down

0 comments on commit b1f91ea

Please sign in to comment.