Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion operator/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ quarkus:
- null
paths:
- (kind == Deployment).spec.template.spec.imagePullSecrets
expression: "{{- toYaml .Values.app.imagePullSecrets | nindent 8 }}"
expression: "{{- if eq (toYaml .Values.app.imagePullSecrets | trim) \"- {}\" }} null{{- else }}{{- toYaml .Values.app.imagePullSecrets | nindent 8 }}{{- end }}"
description: Kubernetes image pull secrets to use if the OCI image is hosted on a private registry
resource-requests-cpu:
property: resources.requests.cpu
Expand Down
Loading