Skip to content

Commit

Permalink
Change revoke from bool to string (hashicorp#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonodonnell authored and hadielaham88 committed May 19, 2021
1 parent b225754 commit dd025df
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 dd025df

Please sign in to comment.