Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 0 additions & 3 deletions application/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ app.kubernetes.io/component: {{ .Values.componentOverride }}
{{- end }}
{{- if .Values.partOfOverride }}
app.kubernetes.io/part-of: {{ .Values.partOfOverride }}
{{- /* TODO: obsolete else case on major bump (?) */}}
{{- else }}
app.kubernetes.io/part-of: {{ include "application.name" . }}
{{- end }}
{{- include "application.additionalLabels" . }}
{{- end }}
Expand Down
3 changes: 0 additions & 3 deletions application/tests/common_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ tests:
value: image-tag
- notExists:
path: metadata.labels["app.kubernetes.io/component"]
- equal:
path: metadata.labels["app.kubernetes.io/part-of"]
value: application

- it: Common labels
documentSelector:
Expand Down
Loading