Skip to content

Commit

Permalink
group if expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaicuRobert committed Dec 27, 2024
1 parent 816744a commit d44b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
{{- toYaml . | nindent 6 }}
{{- end }}

{{- if not (and empty .Values.cluster.roles empty .Values.cluster.services) }}
{{- if not (and (empty .Values.cluster.roles) (empty .Values.cluster.services)) }}
managed:
{{- with .Values.cluster.services }}
services:
Expand Down

0 comments on commit d44b622

Please sign in to comment.