-
Notifications
You must be signed in to change notification settings - Fork 482
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
Add ServiceAccount doc #2574
Add ServiceAccount doc #2574
Conversation
Signed-off-by: Yuri Sa <[email protected]>
@@ -0,0 +1,16 @@ | |||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | |||
change_type: 'enhancement' |
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.
Can we remove the entry. We are not adding any new feature in this patch
README.md
Outdated
@@ -665,6 +665,55 @@ spec: | |||
exporters: [debug] | |||
``` | |||
|
|||
#### Using imagePullSecrets |
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.
This is being added under TA. It should rather belong to the general collector section.
README.md
Outdated
mode: deployment | ||
image: | ||
serviceAccount: <service-account-name> | ||
config: | |
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.
I would skip this section as it is irrelevant in this context
README.md
Outdated
kubectl create secret docker-registry <secret-name> --docker-server=<registry name> \ | ||
--docker-username=DUMMY_USERNAME --docker-password=DUMMY_DOCKER_PASSWORD \ | ||
--docker-email=DUMMY_DOCKER_EMAIL | ||
|
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.
remove empty line
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.
@pavolloffay , I made all the requested changes.
Signed-off-by: Yuri Sa <[email protected]>
* Add ServiceAccount doc Signed-off-by: Yuri Sa <[email protected]> * Add ServiceAccount doc Signed-off-by: Yuri Sa <[email protected]> --------- Signed-off-by: Yuri Sa <[email protected]>
Description:
Added documentation for use ServiceAccount imagePullSecrets
Link to tracking Issue:
Resolves #2521
Testing:
Documentation: