Using Encrypted Value
-
Create a YAML file for the secret.
-
Provide the encrypted text (it is already encoded in Base64).
-
Provide the AEAD secret in base 64 format.
-
Provide the AEAD nonce in base64 format.
-
Apply the YAML file using Kubectl as follows:
$ kubectl apply -f <path to secret YAML file> -
Delete secret's YAML file.