We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1ee90 commit 2500549Copy full SHA for 2500549
1 file changed
operator/src/main/resources/application.yml
@@ -86,7 +86,8 @@ quarkus:
86
- (kind == Deployment).spec.template.spec.containers.(name == ${quarkus.kubernetes.name}).imagePullPolicy
87
image-pull-secrets:
88
property: imagePullSecrets
89
- value-as-list: []
+ value:
90
+ - null
91
paths:
92
- (kind == Deployment).spec.template.spec.imagePullSecrets
93
expression: "{{- toYaml .Values.app.imagePullSecrets | nindent 8 }}"
0 commit comments