Skip to content

Commit

Permalink
sunstone template updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jun 14, 2019
1 parent ef0dcc4 commit 461ca74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/deployment-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ spec:
- name: AUTHENTICATED_WEBHOOKS
value: "{{ .authenticated_webhooks | default "false" }}"
# Helm configuration
{{ if.tiller_address }}
{{ if.tiller_namespace }}
- name: HELM_PROVIDER
value: "1"
- name: TILLER_ADDRESS
value: "{{ .tiller_address }}"
- name: TILLER_NAMESPACE
value: "{{ .tiller_namespace }}"
{{ end}}
# Enable AWS ECR
- name: AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit 461ca74

Please sign in to comment.