Skip to content

Commit

Permalink
fix(helm chart): consistent spelling of workspaces (#3595)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Dec 2, 2024
1 parent b41b08d commit 3b51fc6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion utils/helm/speckle-server/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ Generate the environment variables for Speckle server and Speckle objects deploy
value: {{ .Values.featureFlags.workspacesModuleEnabled | quote }}

- name: FF_WORKSPACES_SSO_ENABLED
value: {{ .Values.featureFlags.workspaceSsoEnabled | quote }}
value: {{ .Values.featureFlags.workspacesSSOEnabled | quote }}

{{- if .Values.featureFlags.workspacesModuleEnabled }}
- name: LICENSE_TOKEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
- name: NUXT_PUBLIC_FF_WORKSPACES_MODULE_ENABLED
value: {{ .Values.featureFlags.workspacesModuleEnabled | quote }}
- name: NUXT_PUBLIC_FF_WORKSPACES_SSO_ENABLED
value: {{ .Values.featureFlags.workspaceSsoEnabled | quote }}
value: {{ .Values.featureFlags.workspacesSSOEnabled | quote }}
- name: NUXT_PUBLIC_FF_MULTIPLE_EMAILS_MODULE_ENABLED
value: {{ .Values.featureFlags.multipleEmailsModuleEnabled | quote }}
- name: NUXT_PUBLIC_FF_GATEKEEPER_MODULE_ENABLED
Expand Down
2 changes: 1 addition & 1 deletion utils/helm/speckle-server/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"description": "High level flag fully toggles the workspaces module",
"default": false
},
"workspaceSsoEnabled": {
"workspacesSSOEnabled": {
"type": "boolean",
"description": "High level flag fully toggles the workspaces dynamic sso",
"default": false
Expand Down
4 changes: 2 additions & 2 deletions utils/helm/speckle-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ featureFlags:
noClosureWrites: false
## @param featureFlags.workspacesModuleEnabled High level flag fully toggles the workspaces module
workspacesModuleEnabled: false
## @param featureFlags.workspaceSsoEnabled High level flag fully toggles the workspaces dynamic sso
workspaceSsoEnabled: false
## @param featureFlags.workspacesSSOEnabled High level flag fully toggles the workspaces dynamic sso
workspacesSSOEnabled: false
## @param featureFlags.multipleEmailsModuleEnabled High level flag fully toggles multiple emails
multipleEmailsModuleEnabled: false
## @param featureFlags.gatekeeperModuleEnabled High level flag that enables the gatekeeper module
Expand Down

0 comments on commit 3b51fc6

Please sign in to comment.