feat(argocd-notifications): support annotations on secret object (#952)
* support annotations on secret objects Signed-off-by: Marcial White <marcial@kaskada.com> * true-up artifacthub changes Signed-off-by: Marcial White <marcial@kaskada.com> Co-authored-by: Marko Bevc <marko@scalefactory.com>
This commit is contained in:
parent
73d1aedaec
commit
e4f8dd5810
3 changed files with 11 additions and 2 deletions
|
|
@ -28,6 +28,9 @@ secret:
|
|||
# Whether helm chart creates controller secret
|
||||
create: true
|
||||
|
||||
# key:value pairs to be added to the secret
|
||||
annotations: {}
|
||||
|
||||
items:
|
||||
# Generic key:value pairs to be inserted into the secret
|
||||
# Can be used for templates, notification services etc. Some examples given below.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue