{{- if ( default false (.Values.rolloutService).enabled ) }} apiVersion: v1 kind: ConfigMap metadata: name: rollout-service data: config.json: |- {{- toJson .Values.rolloutService.apps | nindent 4 }} {{- end }}