Skip to content

Commit

Permalink
fix: fixed env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Oct 25, 2024
1 parent dc93c0c commit fb3fd59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
env:
- name: KCP_ENABLED
value: "{{ .Values.kcp.enabled }}"
- name: VIRTUAL_WORKSPACE_URL
- name: KCP_VIRTUAL_WORKSPACE_URL
value: "{{ .Values.kcp.virtualWorkspaceUrl }}"
{{- if .Values.kubeconfigSecret }}
- name: KUBECONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ operator match the snapshot:
env:
- name: KCP_ENABLED
value: "false"
- name: VIRTUAL_WORKSPACE_URL
- name: KCP_VIRTUAL_WORKSPACE_URL
value: ""
image: ghcr.io/openmfp/account-operator:0.0.0
livenessProbe:
Expand Down Expand Up @@ -237,7 +237,7 @@ operator match the snapshot (with kubeconfigSecret):
env:
- name: KCP_ENABLED
value: "false"
- name: VIRTUAL_WORKSPACE_URL
- name: KCP_VIRTUAL_WORKSPACE_URL
value: ""
- name: KUBECONFIG
value: /api-kubeconfig/kubeconfig
Expand Down

0 comments on commit fb3fd59

Please sign in to comment.