We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
map: map[] does not contain declared merge key: name
1 parent 57fd95b commit 6a5a4f7Copy full SHA for 6a5a4f7
1 file changed
operator/src/main/resources/application.yml
@@ -90,7 +90,7 @@ quarkus:
90
- null
91
paths:
92
- (kind == Deployment).spec.template.spec.imagePullSecrets
93
- expression: "{{- toYaml .Values.app.imagePullSecrets | nindent 8 }}"
+ expression: "{{- if eq (toYaml .Values.app.imagePullSecrets | trim) \"- {}\" }} null{{- else }}{{- toYaml .Values.app.imagePullSecrets | nindent 8 }}{{- end }}"
94
description: Kubernetes image pull secrets to use if the OCI image is hosted on a private registry
95
resource-requests-cpu:
96
property: resources.requests.cpu
0 commit comments