Kubernetes - Secrets
You want to create a secret from a file named
config.txt and also add a literal key env=prod. Which command correctly does this?config.txt and also add a literal key env=prod. Which command correctly does this?--from-file=filename to add file content and --from-literal=key=value for literals.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions