Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit ecf8e75

Browse files
author
Michael Sauter
committed
Document expected field name of api-credentials-secret
[ci skip]
1 parent 65fbec0 commit ecf8e75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/ods-pipeline/charts/tasks/templates/task-ods-deploy-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
default: ''
5252
- name: api-credentials-secret
5353
description: |
54-
Name of the Secret resource holding the API user credentials.
54+
Name of the Secret resource holding the token of a serviceaccount (in field `token`).
5555
Only required when `api-server` is set.
5656
type: string
5757
default: ''

docs/tasks/ods-deploy-helm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ the pipeline runs.
112112

113113
| api-credentials-secret
114114
|
115-
| Name of the Secret resource holding the API user credentials.
115+
| Name of the Secret resource holding the token of a serviceaccount (in field `token`).
116116
Only required when `api-server` is set.
117117

118118

tasks/ods-deploy-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
default: ''
5353
- name: api-credentials-secret
5454
description: |
55-
Name of the Secret resource holding the API user credentials.
55+
Name of the Secret resource holding the token of a serviceaccount (in field `token`).
5656
Only required when `api-server` is set.
5757
type: string
5858
default: ''

0 commit comments

Comments
 (0)