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 554d6f6 commit 84ea4b2Copy full SHA for 84ea4b2
charts/sourcegraph-appliance/templates/deployment.yaml
@@ -43,6 +43,8 @@ spec:
43
valueFrom:
44
fieldRef:
45
fieldPath: metadata.namespace
46
+ - name: APPLIANCE_DEPLOYMENT_NAME
47
+ value: {{ include "sourcegraph-appliance.fullname" . }}
48
ports:
49
- name: http
50
containerPort: {{ .Values.service.port }}
0 commit comments