We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc1f44 commit cd96987Copy full SHA for cd96987
components/clusters/k3s/kustomization.yaml
@@ -10,4 +10,4 @@ configMapGenerator:
10
- name: sourcegraph-frontend-env
11
behavior: merge
12
literals:
13
- - DEPLOY_TYPE=k3s
+ - DEPLOY_TYPE=kustomize
components/patches/frontend-vars.yaml
@@ -3,5 +3,5 @@ kind: ConfigMap
3
metadata:
4
name: sourcegraph-frontend-env
5
data:
6
- DEPLOY: kustomize
+ DEPLOY_TYPE: kustomize
7
# Add env vars for frontend service below
0 commit comments