File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : dso-argocd-zone
33description : Creates an ApplicationSet that will scan and deploy all Console-managed applications for its zone (multiple clusters).
44type : application
5- version : 1.0.0
5+ version : 1.0.1
66appVersion : 1.0.0
77maintainers :
88 - name : cloud-pi-native
Original file line number Diff line number Diff line change 11# dso-argocd-zone
22
3- ![ Version: 1.0.0 ] ( https://img.shields.io/badge/Version-1.0.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
3+ ![ Version: 1.0.1 ] ( https://img.shields.io/badge/Version-1.0.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
44
55Creates an ApplicationSet that will scan and deploy all Console-managed applications for its zone (multiple clusters).
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apiVersion: secrets.hashicorp.com/v1beta1
44kind : VaultStaticSecret
55metadata :
66 name : {{ $cluster }}-cluster-secret
7- namespace : argo-cpin
7+ namespace : {{ .Release.Namespace }}
88spec :
99 vaultAuthRef : vault-auth
1010 type : kv-v2
You can’t perform that action at this time.
0 commit comments