actions-marketplace-validations/Create secret in Kubernetes cluster

Create a generic secret, docker-registry secret, or TLS secret in a Kubernetes such as Azure Kubernetes Service (AKS) clusters

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
namespaceChoose the target Kubernetes namespace. If the namespace is not provided, the commands will run in the default namespace.no
secret-typeType of Kubernetes secret. Defaults to 'kubernetes.io/dockerconfigjson'.nokubernetes.io/dockerconfigjson
secret-nameName of the secret. You can use this secret name in the Kubernetes YAML configuration file.yes
container-registry-urlContainer Registry URLno
container-registry-usernameContainer Registry user nameno
container-registry-passwordContainer Registry passwordno
container-registry-emailContainer Registry email (optional even when using url,username,password)no
string-dataJSON object with plaintext string data for secret ex: {"key1":"value1"}no
dataJSON object with the serialized form of the secret data in a base64 encoded string ex: {"key1":"[base64 encoded data]"}no
tls-certBase64 encoded TLS certificate (PEM format)no
tls-keyBase64 encoded TLS private key (PEM format)no
namedescription
secret-nameSecret name