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.
2 parents 656a1ab + b78cd05 commit af6b7c3Copy full SHA for af6b7c3
templates/statefullset.yaml
@@ -133,8 +133,8 @@ spec:
133
- topologyKey: kubernetes.io/hostname
134
labelSelector:
135
matchLabels:
136
- app.kubernetes.io/component: {{ .Release.Name }}
137
- app.kubernetes.io/instance: {{ .Release.Name }}
+ app: {{ template "openldap.fullname" . }}
+ release: {{ .Release.Name }}
138
{{- with .Values.tolerations }}
139
tolerations:
140
{{ toYaml . | indent 8 }}
0 commit comments