Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Consul Connector Deployment only supports a single Ambassador ID (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 authored Jan 12, 2022
1 parent 210186b commit c45bbda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions charts/ambassador-consul-connector/templates/tlscontext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ metadata:
labels:
{{- include "ambassador-consul-connector.labels" . | nindent 4 }}
spec:
{{- with .Values.ambassadorId }}
ambassador_id:
{{- toYaml . | nindent 4 }}
{{- if .Values.ambassadorId }}
ambassador_id: [{{ .Values.ambassadorId }}]
{{- end }}
hosts: []
secret: {{ include "ambassador-consul-connector.fullname" . }}
2 changes: 1 addition & 1 deletion charts/ambassador-consul-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""

ambassadorId: []
ambassadorId:

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit c45bbda

Please sign in to comment.