Skip to content

Commit

Permalink
Merge pull request #660 from mattmoyer/fix-credentialissuer-service-t…
Browse files Browse the repository at this point in the history
…ype-field-typo

Fix typo in CredentialIssuer ytt template.
  • Loading branch information
mattmoyer authored Jun 3, 2021
2 parents 500b444 + 5aa0875 commit b5ed4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/concierge/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ spec:
externalEndpoint: #@ data.values.impersonation_proxy_spec.external_endpoint
#@ end
service:
mode: #@ data.values.impersonation_proxy_spec.service.mode
type: #@ data.values.impersonation_proxy_spec.service.type
#@ if data.values.impersonation_proxy_spec.service.load_balancer_ip:
loadBalancerIP: #@ data.values.impersonation_proxy_spec.service.load_balancer_ip
#@ end
Expand Down
2 changes: 1 addition & 1 deletion deploy/concierge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ impersonation_proxy_spec:
#! impersonation proxy.
#! None does not provision either and assumes that you have set the external_endpoint
#! and set up your own ingress to connect to the impersonation proxy.
mode: LoadBalancer
type: LoadBalancer
#! The annotations that should be set on the ClusterIP or LoadBalancer Service.
annotations:
{service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "4000"}
Expand Down

0 comments on commit b5ed4e6

Please sign in to comment.