diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·37+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-02T17·38+0100 |
commit | 07a17501cce9455d62b3bb5d7b7d15b52d775097 (patch) | |
tree | 4f0e5c888c3cee39c7b52399ae98b0261dd4d2f7 | |
parent | a0089892dd84ab78d58b76067e441cce57b27f62 (diff) |
chore(k8s): Point Nixery at public depot URL
-rw-r--r-- | infra/kubernetes/primary-cluster.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/infra/kubernetes/primary-cluster.yaml b/infra/kubernetes/primary-cluster.yaml index 9cff5de87b73..99bd6fac38d0 100644 --- a/infra/kubernetes/primary-cluster.yaml +++ b/infra/kubernetes/primary-cluster.yaml @@ -17,7 +17,6 @@ include: values: domain: oslo.pub - # Services - name: nixery values: @@ -25,7 +24,7 @@ include: version: 2e688c1 bucket: tazjins-data account: nixery@tazjins-infrastructure.iam.gserviceaccount.com - repo: ssh://source.developers.google.com:2022/p/tazjins-infrastructure/r/monorepo + repo: git@github.com:tazjin/depot.git - name: tazblog - name: https-lb - name: nginx |