diff --git a/templates/helm/templates/deployment.yaml b/templates/helm/templates/deployment.yaml index 5299f739..b28b454b 100644 --- a/templates/helm/templates/deployment.yaml +++ b/templates/helm/templates/deployment.yaml @@ -69,7 +69,7 @@ spec: - name: AWS_ENDPOINT_URL value: {{ .Values.aws.endpoint_url | quote }} - name: ACK_WATCH_NAMESPACE - value: {{ include "watch-namespace" . }} + value: {{ include "watch-namespace" . }} - name: ACK_ENABLE_DEVELOPMENT_LOGGING value: {{ .Values.log.enable_development_logging | quote }} - name: ACK_LOG_LEVEL diff --git a/templates/helm/values.yaml.tpl b/templates/helm/values.yaml.tpl index cfd3ae41..3ef1b373 100644 --- a/templates/helm/values.yaml.tpl +++ b/templates/helm/values.yaml.tpl @@ -44,12 +44,14 @@ log: enable_development_logging: false level: info -# Set to "namespace" to install the controller in a namespaced scope, will only watch for object creation -# in the namespace. By default installScope is cluster wide. +# Set to "namespace" to install the controller in a namespaced scope, will only +# watch for object creation in the namespace. By default installScope is +# cluster wide. installScope: cluster resourceTags: - # Configures the ACK service controller to always set key/value pairs tags on resources that it manages. + # Configures the ACK service controller to always set key/value pairs tags on + # resources that it manages. - services.k8s.aws/managed=true - services.k8s.aws/created=%UTCNOW% - services.k8s.aws/namespace=%KUBERNETES_NAMESPACE%