Skip to content

Commit

Permalink
remove helm.sh/chart annotation from py-dba jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffmintel committed Aug 1, 2023
1 parent a280c6a commit e5da308
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ metadata:
{{ if .argo }}
{{ include "mintel_common.argoAnnotations" .argo | nindent 4 }}
{{ end }}
helm.sh/chart: {{ include "mintel_common.chart" $ }}
namespace: {{ $.Release.Namespace }}
spec:
ttlSecondsAfterFinished: 600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ metadata:
{{ if .argo }}
{{ include "mintel_common.argoAnnotations" .argo | nindent 4 }}
{{ end }}
helm.sh/chart: {{ include "mintel_common.chart" $ }}
namespace: {{ $.Release.Namespace }}
spec:
ttlSecondsAfterFinished: 600
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ adds correct config to configmap:
metadata:
annotations:
app.mintel.com/placeholder: placeholder
helm.sh/chart: standard-application-stack-5.11.0
labels:
app.kubernetes.io/component: app
app.kubernetes.io/managed-by: Helm
Expand Down Expand Up @@ -93,7 +92,6 @@ extraUsers adds job and configmap:
metadata:
annotations:
app.mintel.com/placeholder: placeholder
helm.sh/chart: standard-application-stack-5.11.0
labels:
app.kubernetes.io/component: app
app.kubernetes.io/managed-by: Helm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ adds correct config to configmap:
metadata:
annotations:
app.mintel.com/placeholder: placeholder
helm.sh/chart: standard-application-stack-5.11.0
labels:
app.kubernetes.io/component: app
app.kubernetes.io/managed-by: Helm
Expand Down Expand Up @@ -93,7 +92,6 @@ extraUsers adds job and configmap:
metadata:
annotations:
app.mintel.com/placeholder: placeholder
helm.sh/chart: standard-application-stack-5.11.0
labels:
app.kubernetes.io/component: app
app.kubernetes.io/managed-by: Helm
Expand Down

0 comments on commit e5da308

Please sign in to comment.