Skip to content

Commit

Permalink
WIP: add experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed May 27, 2024
1 parent 02c4e83 commit 0518bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deployments/charts/kuma/templates/cp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ spec:
securityContext:
{{- toYaml .Values.controlPlane.containerSecurityContext | trim | nindent 12 }}
env:
- name: KUMA_EXPERIMENTAL_GENERATE_MESH_SERVICES
value: "true"
{{- range $key, $value := $mergedEnv }}
- name: {{ $key }}
value: {{ $value | quote }}
Expand Down Expand Up @@ -167,6 +169,10 @@ spec:
securityContext:
{{- toYaml .Values.controlPlane.containerSecurityContext | trim | nindent 12 }}
env:
- name: KUMA_EXPERIMENTAL_SKIP_PERSISTED_VIPS
value: "true"
- name: KUMA_EXPERIMENTAL_GENERATE_MESH_SERVICES
value: "true"
{{- range $key, $value := $mergedEnv }}
- name: {{ $key }}
value: {{ $value | quote }}
Expand Down

0 comments on commit 0518bb3

Please sign in to comment.