Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
- Remove comment block from values.yaml relating to deprecated settings
- Remove  superfluous line break
  • Loading branch information
mproffitt committed Apr 24, 2024
1 parent 5edd028 commit 7e7aeef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion charts/localstack/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ spec:
{{- if .Values.ingress.ingressClassName }}
ingressClassName: {{ .Values.ingress.ingressClassName | quote }}
{{- end }}

{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}
Expand Down
10 changes: 0 additions & 10 deletions charts/localstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,6 @@ service:
ingress:
enabled: false
annotations: {}
# Adjust the ingress class when not using nginx as ingress controller
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"

# If you are using SSL passthrough for the certificates for nginx, uncomment the
# annotations below (note: nginx needs to be started with `--enable-ssl-passthrough` for these to work)
# nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
# nginx.ingress.kubernetes.io/ssl-redirect: "true"

# To set the ingress class via spec.ingressClassName, uncomment the line below
# ingressClassName: nginx
hosts:
Expand Down

0 comments on commit 7e7aeef

Please sign in to comment.