Address review comments:

Remove old changes annotation.
Rename serviceType to service.type.

Signed-off-by: Dan Tulovsky <dant@lightstep.com>
This commit is contained in:
Dan Tulovsky 2021-10-17 09:14:22 -04:00
parent 0d05cc60cf
commit 13653251bd
3 changed files with 3 additions and 3 deletions

View file

@ -11,5 +11,4 @@ maintainers:
- name: jessesuen
annotations:
artifacthub.io/changes: |
- "[Changed]: updated rollouts version to 1.1.0 and updated CRDs to reflect the version bump"
- "[Added]: Ability to set the type of Service on the dashboard Service.

View file

@ -11,7 +11,7 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.dashboard.serviceType | default "ClusterIP" }}
type: {{ .Values.dashboard.service.type }}
ports:
- name: dashboard
protocol: TCP

View file

@ -114,7 +114,8 @@ dashboard:
podSecurityContext:
runAsNonRoot: true
containerSecurityContext: {}
serviceType: ClusterIP
service:
tType: ClusterIP
serviceAccount:
create: true
annotations: {}