Skip to content

Commit

Permalink
feat(extraObjects): support creation of extra manifests via values (#5)
Browse files Browse the repository at this point in the history
* feat(extraObjects): support creation of extra manifests via values

* cleaning

* Update values.yaml
  • Loading branch information
ArcRiiad authored Aug 19, 2024
1 parent 040312d commit ecfef59
Show file tree
Hide file tree
Showing 2 changed files with 16 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 }}
12 changes: 12 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,3 +693,15 @@ externalDatabase:
## key: mongoDBUri
##
uri: {}

## @param extraObjects [array] 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 ecfef59

Please sign in to comment.