Skip to content

Commit 2500549

Browse files
committed
make the behavior of Quarkiverse Kubernetes/Helm more apparent
1 parent 5b1ee90 commit 2500549

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

operator/src/main/resources/application.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ quarkus:
8686
- (kind == Deployment).spec.template.spec.containers.(name == ${quarkus.kubernetes.name}).imagePullPolicy
8787
image-pull-secrets:
8888
property: imagePullSecrets
89-
value-as-list: []
89+
value:
90+
- null
9091
paths:
9192
- (kind == Deployment).spec.template.spec.imagePullSecrets
9293
expression: "{{- toYaml .Values.app.imagePullSecrets | nindent 8 }}"

0 commit comments

Comments
 (0)