added value example for extraObjects
Signed-off-by: Ole Markus Kristiansen Ternø <79976935+oterno@users.noreply.github.com>
This commit is contained in:
parent
b570e460b7
commit
a855510c5e
1 changed files with 25 additions and 0 deletions
|
@ -102,6 +102,31 @@ configs:
|
||||||
# -- Array of extra K8s manifests to deploy
|
# -- Array of extra K8s manifests to deploy
|
||||||
## Note: Supports use of custom Helm templates
|
## Note: Supports use of custom Helm templates
|
||||||
extraObjects: []
|
extraObjects: []
|
||||||
|
# - apiVersion: secrets-store.csi.x-k8s.io/v1
|
||||||
|
# kind: SecretProviderClass
|
||||||
|
# metadata:
|
||||||
|
# name: argo-events-secrets-store
|
||||||
|
# spec:
|
||||||
|
# provider: aws
|
||||||
|
# parameters:
|
||||||
|
# objects: |
|
||||||
|
# - objectName: "argo-events"
|
||||||
|
# objectType: "secretsmanager"
|
||||||
|
# jmesPath:
|
||||||
|
# - path: "client_id"
|
||||||
|
# objectAlias: "client_id"
|
||||||
|
# - path: "client_secret"
|
||||||
|
# objectAlias: "client_secret"
|
||||||
|
# secretObjects:
|
||||||
|
# - data:
|
||||||
|
# - key: client_id
|
||||||
|
# objectName: client_id
|
||||||
|
# - key: client_secret
|
||||||
|
# objectName: client_secret
|
||||||
|
# secretName: argo-events-secrets-store
|
||||||
|
# type: Opaque
|
||||||
|
# labels:
|
||||||
|
# app.kubernetes.io/part-of: argocd
|
||||||
|
|
||||||
## Argo Events controller
|
## Argo Events controller
|
||||||
controller:
|
controller:
|
||||||
|
|
Loading…
Reference in a new issue