|
@ -15,6 +15,7 @@ spec: |
|
|
labels: |
|
|
labels: |
|
|
{{- include "pv-resizer.selectorLabels" . | nindent 12 }} |
|
|
{{- include "pv-resizer.selectorLabels" . | nindent 12 }} |
|
|
spec: |
|
|
spec: |
|
|
|
|
|
serviceAccountName: {{ include "pv-resizer.serviceAccountName" . }} |
|
|
{{- with .Values.imagePullSecrets }} |
|
|
{{- with .Values.imagePullSecrets }} |
|
|
imagePullSecrets: |
|
|
imagePullSecrets: |
|
|
{{- toYaml . | nindent 12 }} |
|
|
{{- toYaml . | nindent 12 }} |
|
|