Browse Source

Merge 8839935b1f into d96bbaf42c

pull/7532/merge
Noah K 2 weeks ago
committed by GitHub
parent
commit
1706654b31
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions
  1. 3
      dev/helm/templates/deployment.yaml
  2. 2
      dev/helm/values.yaml

3
dev/helm/templates/deployment.yaml

@ -14,6 +14,9 @@ spec:
metadata: metadata:
labels: labels:
{{- include "wiki.selectorLabels" . | nindent 8 }} {{- include "wiki.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
annotations: annotations:
{{- toYaml .Values.podAnnotations | nindent 8 }} {{- toYaml .Values.podAnnotations | nindent 8 }}
spec: spec:

2
dev/helm/values.yaml

@ -44,6 +44,8 @@ startupProbe:
podAnnotations: {} podAnnotations: {}
podLabels: {}
podSecurityContext: {} podSecurityContext: {}
# fsGroup: 2000 # fsGroup: 2000

Loading…
Cancel
Save