Manually create ScaleOps token secret
Overview
This guide outlines the steps to configure ScaleOps token secret using kubectl.
If you follow this guide, do not include scaleopsToken in your helm values.
Steps
Run the following command to create the ScaleOps token secret:
kubectl create secret docker-registry scaleops \
--docker-username=scaleops \
--docker-server=registry.scaleops.com \
--docker-password=<YOUR_SCALEOPS_TOKEN> \
--namespace scaleops-system