Prepare Registry Credential
This guide shows you how to create a registry credential Secret that help you run your Tekton Tasks and Pipelines.
Prerequisites
- kubectl installed and configured to access the cluster.
- Permissions to read and write Secrets.
Steps
You can use the following command to generate the registry credential Secret:
You can also create a Secret directly.
Replace server/username/password with your own values.
The auth field is base64 encoded username:password, you can use the following command to generate it: