chore(argo-workflows): update comment for azure artifact repository blobNameFormat (#2229)

This commit is contained in:
Jeongwon Song 2023-08-19 01:59:46 -04:00 committed by GitHub
parent dc56fa63f3
commit a9acf935ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.10
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.33.0 version: 0.33.1
icon: https://argoproj.github.io/argo-workflows/assets/logo.png icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: fixed
description: add imagePullSecret for workflow sa description: fixed comment in values.yaml for blobNameFormat field

View file

@ -752,7 +752,7 @@ artifactRepository:
azure: {} azure: {}
# endpoint: https://mystorageaccountname.blob.core.windows.net # endpoint: https://mystorageaccountname.blob.core.windows.net
# container: my-container-name # container: my-container-name
# blob: path/in/container # blobNameFormat: path/in/container
## accountKeySecret is a secret selector. ## accountKeySecret is a secret selector.
## It references the k8s secret named 'my-azure-storage-credentials'. ## It references the k8s secret named 'my-azure-storage-credentials'.
## This secret is expected to have have the key 'account-access-key', ## This secret is expected to have have the key 'account-access-key',