Change revoke from bool to string (#221)
This commit is contained in:
parent
b8fc51b2be
commit
d0f89fced8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ spec:
|
||||||
- name: AGENT_INJECT_LOG_FORMAT
|
- name: AGENT_INJECT_LOG_FORMAT
|
||||||
value: {{ .Values.injector.logFormat | default "standard" }}
|
value: {{ .Values.injector.logFormat | default "standard" }}
|
||||||
- name: AGENT_INJECT_REVOKE_ON_SHUTDOWN
|
- name: AGENT_INJECT_REVOKE_ON_SHUTDOWN
|
||||||
value: {{ .Values.injector.revokeOnShutdown | default false }}
|
value: "{{ .Values.injector.revokeOnShutdown | default false }}"
|
||||||
args:
|
args:
|
||||||
- agent-inject
|
- agent-inject
|
||||||
- 2>&1
|
- 2>&1
|
||||||
|
|
Loading…
Reference in a new issue