Skip to content

Commit

Permalink
Service Annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
the-chronomancer committed May 22, 2024
1 parent 1f1fb22 commit d44ab9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fides-minimal/templates/fides/fides-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: {{ include "fides.fullname" . }}
labels:
{{- include "fides.labels" . | nindent 4 }}
{{- with .Values.fides.service.annotations }}
annotations: {{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.fides.service.type }}
ports:
Expand Down
3 changes: 3 additions & 0 deletions fides/templates/fides/fides-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ metadata:
name: {{ include "fides.fullname" . }}
labels:
{{- include "fides.labels" . | nindent 4 }}
{{- with .Values.fides.service.annotations }}
annotations: {{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.fides.service.type }}
ports:
Expand Down

0 comments on commit d44ab9e

Please sign in to comment.