Created
December 2, 2021 15:20
-
-
Save miluna/9df2a28b4a6d76f527b1118e8959e8de to your computer and use it in GitHub Desktop.
Sample Kubernetes Secret yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: <secret-name> | |
type: Opaque | |
data: | |
<key>: <value> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment