mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-16 23:03:51 +00:00
⚡ Generate the missing new line in 08-persistent-volume-claim.yaml
This commit is contained in:
@@ -259,7 +259,7 @@ func template(object interface{}, mappings map[string]interface{}) (template int
|
|||||||
}
|
}
|
||||||
|
|
||||||
func handlePVCManifest(manifest string) string {
|
func handlePVCManifest(manifest string) string {
|
||||||
return fmt.Sprintf("{{- if .Values.tap.persistentstorage }}\n%s{{- end }}", manifest)
|
return fmt.Sprintf("{{- if .Values.tap.persistentstorage }}\n%s{{- end }}\n", manifest)
|
||||||
}
|
}
|
||||||
|
|
||||||
func handleDaemonSetManifest(manifest string) string {
|
func handleDaemonSetManifest(manifest string) string {
|
||||||
|
@@ -19,4 +19,4 @@ spec:
|
|||||||
storage: '{{ .Values.tap.storagelimit }}'
|
storage: '{{ .Values.tap.storagelimit }}'
|
||||||
storageClassName: '{{ .Values.tap.storageclass }}'
|
storageClassName: '{{ .Values.tap.storageclass }}'
|
||||||
status: {}
|
status: {}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Reference in New Issue
Block a user