Skip to content

Commit

Permalink
Enable protected services flag
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Aug 6, 2023
1 parent 2d49840 commit 63d28e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions intents-operator/templates/intents-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ spec:
{{- else }}
- --telemetry-enabled=true
{{- end }}
{{- if eq true .Values.operator.enableProtectedServices }}
- --enable-protected-services=true
{{- end }}
{{- if eq true .Values.operator.enableDatabaseReconciler }}
- --enable-database-reconciler=true
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions intents-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ operator:
autoCreateNetworkPoliciesForExternalTrafficDisableIntentsRequirement: false
enableIstioPolicyCreation: true
enableDatabaseReconciler: false
enableProtectedServices: false

resources: { }
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down

0 comments on commit 63d28e5

Please sign in to comment.