Skip to content

Commit

Permalink
Document expected field name of api-credentials-secret
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
michaelsauter committed Jul 3, 2023
1 parent 65fbec0 commit ecf8e75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
default: ''
- name: api-credentials-secret
description: |
Name of the Secret resource holding the API user credentials.
Name of the Secret resource holding the token of a serviceaccount (in field `token`).
Only required when `api-server` is set.
type: string
default: ''
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/ods-deploy-helm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ the pipeline runs.

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


Expand Down
2 changes: 1 addition & 1 deletion tasks/ods-deploy-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
default: ''
- name: api-credentials-secret
description: |
Name of the Secret resource holding the API user credentials.
Name of the Secret resource holding the token of a serviceaccount (in field `token`).
Only required when `api-server` is set.
type: string
default: ''
Expand Down

0 comments on commit ecf8e75

Please sign in to comment.