fix(argo-workflows): Fix incorrect values note (#3347)
fix: Fix incorrect values note Signed-off-by: liyang <daviderli614@gmail.com>pull/3345/head argo-workflows-0.45.18
parent
5f1390cd82
commit
47a3a69cfc
|
@ -3,7 +3,7 @@ appVersion: v3.6.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.45.17
|
version: 0.45.18
|
||||||
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-workflows.readthedocs.io/en/stable/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: changed
|
- kind: fixed
|
||||||
description: Add check whether the workflow server is enabled
|
description: Fix incorrect values note
|
||||||
|
|
|
@ -863,7 +863,7 @@ artifactRepository:
|
||||||
# keyFormat: "{{ \"{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}\" }}"
|
# keyFormat: "{{ \"{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}\" }}"
|
||||||
# # serviceAccountKeySecret is a secret selector.
|
# # serviceAccountKeySecret is a secret selector.
|
||||||
# # It references the k8s secret named 'my-gcs-credentials'.
|
# # It references the k8s secret named 'my-gcs-credentials'.
|
||||||
# # This secret is expected to have have the key 'serviceAccountKey',
|
# # This secret is expected to have the key 'serviceAccountKey',
|
||||||
# # containing the base64 encoded credentials
|
# # containing the base64 encoded credentials
|
||||||
# # to the bucket.
|
# # to the bucket.
|
||||||
# #
|
# #
|
||||||
|
@ -880,7 +880,7 @@ artifactRepository:
|
||||||
# blobNameFormat: 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 the key 'account-access-key',
|
||||||
# # containing the base64 encoded credentials to the storage account.
|
# # containing the base64 encoded credentials to the storage account.
|
||||||
# # If a managed identity has been assigned to the machines running the
|
# # If a managed identity has been assigned to the machines running the
|
||||||
# # workflow (e.g., https://docs.microsoft.com/en-us/azure/aks/use-managed-identity)
|
# # workflow (e.g., https://docs.microsoft.com/en-us/azure/aks/use-managed-identity)
|
||||||
|
@ -936,7 +936,7 @@ artifactRepositoryRef: {}
|
||||||
# bucket: $mybucket
|
# bucket: $mybucket
|
||||||
# # accessKeySecret and secretKeySecret are secret selectors.
|
# # accessKeySecret and secretKeySecret are secret selectors.
|
||||||
# # It references the k8s secret named 'bucket-workflow-artifect-credentials'.
|
# # It references the k8s secret named 'bucket-workflow-artifect-credentials'.
|
||||||
# # This secret is expected to have have the keys 'accessKey'
|
# # This secret is expected to have the keys 'accessKey'
|
||||||
# # and 'secretKey', containing the base64 encoded credentials
|
# # and 'secretKey', containing the base64 encoded credentials
|
||||||
# # to the bucket.
|
# # to the bucket.
|
||||||
# accessKeySecret:
|
# accessKeySecret:
|
||||||
|
|
Loading…
Reference in New Issue