Provide global context correctly

This commit is contained in:
Jim Martens 2023-11-07 09:45:26 +01:00
parent 35abefedd6
commit 662a307f8c
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v2
name: cluster_setup
version: 0.3.4
version: 0.3.5
type: application
description: "Initial cluster setup"
maintainers:
@ -9,7 +9,7 @@ maintainers:
annotations:
artifacthub.io/changes: |
- kind: fixed
description: Provided global context
description: Provided global context at the correct place
artifacthub.io/signKey: |
fingerprint: F0F153B65BAD467201D7544E47393ABD1F96B7C8
url: https://mafiasi.de/pks/key/47393ABD1F96B7C8.asc

View File

@ -6,7 +6,7 @@ kind: Namespace
metadata:
name: {{ .name }}
labels:
{{- include "template.labels" . | nindent 4 }}
{{- include "template.labels" $ | nindent 4 }}
---
apiVersion: v1
kind: Secret
@ -15,7 +15,7 @@ metadata:
name: vault-service-principal
namespace: {{ .name }}
labels:
{{- include "template.labels" . | nindent 4 }}
{{- include "template.labels" $ | nindent 4 }}
data:
clientID: {{ $.Values.vault.clientId | b64enc }}
clientSecret: {{ $.Values.vault.clientSecret | b64enc }}