The root cause is that a secret is mounted to the workload, but the value of the secret is not encrypted using Base64. Solution: Create a secret on the console. The value of the secret is automatically encrypted using Base64. If you use YAML to create a secret, you need to manually...
The root cause is that a secret is mounted to the workload, but the value of the secret is not encrypted using Base64. Solution: Create a secret on the console. The value of the secret is automatically encrypted using Base64. If you use YAML to create a secret, you need to manually...