Skip to content

Commit

Permalink
feat: allow to specify virtualworkspaceurl
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Oct 25, 2024
1 parent 7019393 commit 82542b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
env:
- name: KCP_ENABLED
value: "{{ .Values.kcp.enabled }}"
- name: VIRTUAL_WORKSPACE_URL
value: "{{ .Values.kcp.virtualWorkspaceUrl }}"
{{- if .Values.kubeconfigSecret }}
- name: KUBECONFIG
value: /api-kubeconfig/kubeconfig
Expand Down
1 change: 1 addition & 0 deletions charts/account-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ deployment:

kcp:
enabled: false
virtualWorkspaceUrl: ""

kubeconfigSecret: ""

0 comments on commit 82542b1

Please sign in to comment.