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 d619e79 commit bd08da0Copy full SHA for bd08da0
hosting/k8s/helm/templates/webapp.yaml
@@ -48,10 +48,11 @@ spec:
48
{{- include "trigger-v4.componentSelectorLabels" (dict "Chart" .Chart "Release" .Release "Values" .Values "component" $component) | nindent 6 }}
49
template:
50
metadata:
51
- {{- with .Values.webapp.podAnnotations }}
52
annotations:
+ kubectl.kubernetes.io/default-container: webapp
53
+ {{- with .Values.webapp.podAnnotations }}
54
{{- toYaml . | nindent 8 }}
- {{- end }}
55
+ {{- end }}
56
labels:
57
{{- include "trigger-v4.componentSelectorLabels" (dict "Chart" .Chart "Release" .Release "Values" .Values "component" $component) | nindent 8 }}
58
spec:
0 commit comments