Skip to content

Commit 25daf97

Browse files
committed
fix missing context when generating cluster secrets
1 parent 4ec3c0d commit 25daf97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/dso-argocd-zone/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: dso-argocd-zone
33
description: Creates an ApplicationSet that will scan and deploy all Console-managed applications for its zone (multiple clusters).
44
type: application
5-
version: 1.0.1
5+
version: 1.0.2
66
appVersion: 1.0.0
77
maintainers:
88
- name: cloud-pi-native

charts/dso-argocd-zone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dso-argocd-zone
22

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)
3+
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-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

55
Creates an ApplicationSet that will scan and deploy all Console-managed applications for its zone (multiple clusters).
66

charts/dso-argocd-zone/templates/cluster-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: secrets.hashicorp.com/v1beta1
44
kind: VaultStaticSecret
55
metadata:
66
name: {{ $cluster }}-cluster-secret
7-
namespace: {{ .Release.Namespace }}
7+
namespace: {{ $.Release.Namespace }}
88
spec:
99
vaultAuthRef: vault-auth
1010
type: kv-v2

0 commit comments

Comments
 (0)