about summary refs log tree commit diff
path: root/infra/kubernetes/cgit/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'infra/kubernetes/cgit/config.yaml')
-rw-r--r--infra/kubernetes/cgit/config.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/kubernetes/cgit/config.yaml b/infra/kubernetes/cgit/config.yaml
index b4794b5e43..569d279e00 100644
--- a/infra/kubernetes/cgit/config.yaml
+++ b/infra/kubernetes/cgit/config.yaml
@@ -1,4 +1,14 @@
 ---
+apiVersion: v1
+kind: Secret
+metadata:
+  name: gcsr-secrets
+type: Opaque
+data:
+  username: "Z2l0LXRhemppbi5nbWFpbC5jb20="
+  # This credential is a GCSR 'gitcookie' token.
+  password: '{{ passLookup "gcsr-tazjin-password" | b64enc }}'
+---
 apiVersion: apps/v1
 kind: Deployment
 metadata: