Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion charts/etos/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ data:
# Environment provider checks for device every 5s. This means that we should always
# wait for a longer time than that. Recommended is to add 10s, just to be safe.
ESR_WAIT_FOR_ENVIRONMENT_TIMEOUT: {{ .Values.esrWaitForEnvironmentTimeout | quote }}


ETOS_FEATURE_CLM: {{ .Values.featureFlags.CLM | quote }}
3 changes: 3 additions & 0 deletions charts/etos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name: "etos-sa"

featureFlags:
CLM: true

service:
type: ClusterIP
port: 80