Project Secrets can be created to make sure a Kubernetes Secrets are automatically created on all the Kubernetes clusters associated with the Project, in the corresponding namespace.
A Project Secret can be created using the Kommander UI:
Project Secret Form
A Project Secret is simply a Kubernetes FederatedConfigSecret and can also be created using kubectl:
Ensure the projectns variable is set before executing the command.
Note: The value of the key is base64 encoded.
Then, if you run the following command on a Kubernetes cluster associated with the Project, you’ll see a Kubernetes Secret Object, in the corresponding namespace: