Skip to content

Commit

Permalink
feat(extraObjects): support creation of extra manifests via values
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad committed Aug 9, 2024
1 parent 61f26f7 commit d06caa1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/extra-manifests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{ range .Values.extraObjects }}
---
{{ tpl (toYaml .) $ }}
{{ end }}
13 changes: 13 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,3 +553,16 @@ upgrade:
externalDatabase:
secretName: ""
secretKey: ""


## Create a dynamic manifests via values:
extraObjects: []
## - apiVersion: "kubernetes-client.io/v1"
## kind: ExternalSecret
## metadata:
## name: horizon-secrets
## spec:
## backendType: gcpSecretsManager
## data:
## - key: horizon-secret-key
## name: horizon-secret-name

0 comments on commit d06caa1

Please sign in to comment.