-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(argo-workflows): update comment for azure artifact repository blobNameFormat #2229
Changes from 4 commits
e5ef149
d929ce4
856619d
bd48287
5520217
fe0cd1d
9f97c33
c92355c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ appVersion: v3.4.10 | |
name: argo-workflows | ||
description: A Helm chart for Argo Workflows | ||
type: application | ||
version: 0.33.0 | ||
version: 0.33.1 | ||
icon: https://argoproj.github.io/argo-workflows/assets/logo.png | ||
home: https://github.com/argoproj/argo-helm | ||
sources: | ||
|
@@ -18,3 +18,5 @@ annotations: | |
artifacthub.io/changes: | | ||
- kind: added | ||
description: add imagePullSecret for workflow sa | ||
- kind: updated | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably Ref: https://github.com/argoproj/argo-helm/blob/main/CONTRIBUTING.md#changelog [updated] |
||
description: updated azure blob to blobNameFormat |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -752,7 +752,7 @@ artifactRepository: | |
azure: {} | ||
# endpoint: https://mystorageaccountname.blob.core.windows.net | ||
# container: my-container-name | ||
# blob: path/in/container | ||
# blobNameFormat: path/in/container | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
## accountKeySecret is a secret selector. | ||
## It references the k8s secret named 'my-azure-storage-credentials'. | ||
## This secret is expected to have have the key 'account-access-key', | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jsong336
Please remove old one. 🙋