First commit. Taken from open source branch of internal sample-tracking application.
This commit is contained in:
8
deploy/k8s/sample-tracking/google-oauth.yaml
Normal file
8
deploy/k8s/sample-tracking/google-oauth.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: google-oauth
|
||||
type: Opaque
|
||||
data:
|
||||
id: ${B64_OAUTH_CLIENT_ID}
|
||||
secret: ${B64_OAUTH_CLIENT_SECRET}
|
||||
Reference in New Issue
Block a user