Created
June 14, 2023 15:09
-
-
Save rarmatei/c45f9f9469dd0935b771ec07e1198dd3 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: nx-cloud-k8s-secret | |
type: Opaque | |
stringData: | |
ADMIN_PASSWORD: your-admin-password | |
GITHUB_AUTH_CLIENT_ID: '' | |
GITHUB_AUTH_CLIENT_SECRET: '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment