Skip to content

Commit

Permalink
Remove podAnnotations from values.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashbrnrd committed Oct 30, 2023
1 parent 0af162b commit fa9e04e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions infra/kube/helm/templates/deployment-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ spec:
{{- include "basegun.BackSelectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "basegun.BackSelectorLabels" . | nindent 8 }}
spec:
Expand Down
4 changes: 0 additions & 4 deletions infra/kube/helm/templates/deployment-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ spec:
{{- include "basegun.FrontSelectorLabels" . | nindent 6 }}
template:
metadata:
{{- with .Values.podAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "basegun.FrontSelectorLabels" . | nindent 8 }}
spec:
Expand Down
2 changes: 0 additions & 2 deletions infra/kube/helm/values-dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ backend:
image:
repository: harbor.apps.c6.numerique-interieur.com/mi-basegun-test/basegun-backend
tag: develop
podAnnotations: {}
logs:
repository: ghcr.io/datalab-mi/basegun/filebeat-rootless
tag: 6.5.4
Expand Down Expand Up @@ -53,7 +52,6 @@ frontend:
repository: harbor.apps.c6.numerique-interieur.com/mi-basegun-test/basegun-frontend
pullPolicy: Always
tag: develop
podAnnotations: {}
service:
type: ClusterIP
port: 8080
Expand Down
2 changes: 0 additions & 2 deletions infra/kube/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ backend:
pullPolicy: IfNotPresent
tag: "3.2"
imagePullSecrets: []
podAnnotations: {}
logs:
repository: elastic/filebeat
tag: 6.5.4
Expand Down Expand Up @@ -62,7 +61,6 @@ frontend:
pullPolicy: IfNotPresent
tag: "3.2"
imagePullSecrets: []
podAnnotations: {}
service:
type: ClusterIP
port: 80
Expand Down

0 comments on commit fa9e04e

Please sign in to comment.