Skip to content

Commit

Permalink
Keep container order stable for further Kustomize patching
Browse files Browse the repository at this point in the history
  • Loading branch information
bastjan committed Nov 10, 2023
1 parent 03971c8 commit a7cf69c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/default/exporter_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ spec:
template:
spec:
containers:
- name: exporter
args:
- "--listen-addr=127.0.0.1:8080"
- name: kube-rbac-proxy
securityContext:
allowPrivilegeEscalation: false
Expand All @@ -31,6 +34,3 @@ spec:
requests:
cpu: 10m
memory: 64Mi
- name: exporter
args:
- "--listen-addr=127.0.0.1:8080"

0 comments on commit a7cf69c

Please sign in to comment.