Skip to content
Snippets Groups Projects

use string for excludeFromBackup label

Merged Philipp S. Sommer requested to merge string-labels into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,7 +11,7 @@ metadata:
io.kompose.service: {% raw %}{{ .Values.baseName }}{% endraw %}
{%- raw %}
{{- if .Values.volumeExcludeFromBackup }}
excludeFromBackup: true
excludeFromBackup: "true"
{{- end }}
{%- endraw %}
name: {% raw %}{{ .Values.baseName }}{% endraw %}
Loading