Skip to main content

Configuration Set

With this tool you will be able to:

  • Update the secret you use for your docker registry
  • Update the secret you use for your manifest repository
  • Update the ShamanOps credentials
  • Update the certificate you use for ArgoCD or Grafana

To use any of the functionalities use the following steps:

Openshift

1. Execute the container image provided by ShamanOps

docker run --pull=always --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/ocp:stable

3. Execute the following command.

info

The script will ask you for the registry token and the manifest repository

shamanops_bs_configuration_set

Kubernetes

1. Execute the container image provided by ShamanOps

docker run --pull=always --rm -it -v /var/run/docker.sock:/var/run/docker.sock \
registry.shamanops.com/installers/aks:stable

3. Execute the following command.

info

The script will ask you for the registry token and the manifest repository

shamanops_bs_configuration_set