Last active
January 15, 2022 15:18
-
-
Save parisnakitakejser/1a85ba487306b9ff1a5e6aa3cc2ddac2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: test-env-secret | |
type: Opaque | |
stringData: | |
SERVICE_NAME: "flask-api-test-env" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment