Skip to content

Commit

Permalink
Change revoke from bool to string (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell authored Mar 6, 2020
1 parent b8fc51b commit d0f89fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/injector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- name: AGENT_INJECT_LOG_FORMAT
value: {{ .Values.injector.logFormat | default "standard" }}
- name: AGENT_INJECT_REVOKE_ON_SHUTDOWN
value: {{ .Values.injector.revokeOnShutdown | default false }}
value: "{{ .Values.injector.revokeOnShutdown | default false }}"
args:
- agent-inject
- 2>&1
Expand Down

0 comments on commit d0f89fc

Please sign in to comment.