Skip to content

Commit

Permalink
Merge pull request #1136 from mowangdk/feature/support_ascm_context
Browse files Browse the repository at this point in the history
Add new env for private cloud
  • Loading branch information
mowangdk committed Aug 16, 2024
2 parents 5200222 + 8253e17 commit 90b225e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/chart/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ spec:
value: HTTP
- name: PRIVATE_CLOUD_TAG
value: "true"
- name: X_ACSPROXY_ASCM_CONTEXT
value: {{ .Values.deploy.acsProxyASCMContext | quote }}
{{- end }}
{{- if .Values.deploy.withStorageController }}
- name: ENABLE_NAS_SUBPATH_FINALIZER
Expand Down

0 comments on commit 90b225e

Please sign in to comment.