Closed the-chronomancer closed 5 months ago
This adds annotations to the Values.fides.service object, allowing ingress annotations when using GKE. This is helpful for situations when you need to leverage:
annotations: cloud.google.com/neg: '{"ingress": true}'
And other annotations in your environments.
This adds the following to the fides-service.yaml in both fides-minimal/templates/fides/and fides/templates/fides/:
fides-service.yaml
fides-minimal/templates/fides/
fides/templates/fides/
{{- with .Values.fides.service.annotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }}
Thank you for your contributions!
This adds annotations to the Values.fides.service object, allowing ingress annotations when using GKE. This is helpful for situations when you need to leverage:
And other annotations in your environments.
This adds the following to the
fides-service.yaml
in bothfides-minimal/templates/fides/
andfides/templates/fides/
:Pre-merge Checklist