Skip to content

Commit

Permalink
Revert "add support for extra hosts in tokendings chart"
Browse files Browse the repository at this point in the history
This reverts commit 6a03f1f.
  • Loading branch information
sechmann committed Dec 22, 2024
1 parent 6a03f1f commit 583fb42
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions charts/Feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,3 @@ values:
description: Maximum number of replicas for tokendings
config:
type: int
tokendings.extraHosts:
description: List of extra hosts to add to the ingress
config:
type: string_array
3 changes: 0 additions & 3 deletions charts/templates/tokendings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ spec:
value: "300"
ingresses:
- "{{- include "tokenx.tokendings.URL" . }}"
{{- range .Values.tokenings.extraHosts }}
- {{ . | quote }}
{{- end }}
{{- if .Values.tokendings.mapSubjectTokenClaims }}
envFrom:
- configmap: {{ include "tokenx.fullname" . }}-tokendings-mappings
Expand Down
1 change: 0 additions & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ tokendings:
sqlinstance_name: tokendings
host:
mapSubjectTokenClaims: false
extraHosts: []

0 comments on commit 583fb42

Please sign in to comment.