fix(argo-workflows): Fix templating in several places (#2026)
* Add artifacthub changes Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> * fix templating list of yamls Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> * Bump version and fix templating for gcs and azure as well Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> --------- Signed-off-by: Peejai <pieterjan.soetaert@robovision.eu> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
b37a9e72a6
commit
f6d44750b8
5 changed files with 17 additions and 17 deletions
|
|
@ -655,10 +655,10 @@ artifactRepository:
|
|||
# Note the `key` attribute is not the actual secret, it's the PATH to
|
||||
# the contents in the associated secret, as defined by the `name` attribute.
|
||||
accessKeySecret:
|
||||
# name: <releaseName>-minio
|
||||
name: "{{ .Release.Name }}-minio"
|
||||
key: accesskey
|
||||
secretKeySecret:
|
||||
# name: <releaseName>-minio
|
||||
name: "{{ .Release.Name }}-minio"
|
||||
key: secretkey
|
||||
# insecure will disable TLS. Primarily used for minio installs not configured with TLS
|
||||
insecure: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue