Skip to content

Commit

Permalink
fix(template): add missing fields to kube-rbac-proxy (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Fedotov <[email protected]>
  • Loading branch information
nevermarine authored Dec 13, 2024
1 parent af350ba commit d4ad294
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/kube-rbac-proxy/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
runAsGroup: 65534
{{- end }}
image: {{ include "helm_lib_module_common_image" (list $ctx "kubeRbacProxy") }}
imagePullPolicy: IfNotPresent
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
args:
- "--secure-listen-address=$(KUBE_RBAC_PROXY_LISTEN_ADDRESS):{{ $settings.listenPort | default "8082" }}"
- "--v={{ $settings.logLevel | default "2" }}"
Expand All @@ -18,6 +21,7 @@
- name: KUBE_RBAC_PROXY_LISTEN_ADDRESS
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: status.podIP
- name: KUBE_RBAC_PROXY_CONFIG
value: |
Expand Down

0 comments on commit d4ad294

Please sign in to comment.