Skip to content

Commit

Permalink
Disable Gatekeeper syncing in hosted mode
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek committed Apr 5, 2023
1 parent cce56fa commit bdad3c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ spec:
{{- if eq .Values.installMode "Hosted" }}
- --cluster-namespace={{ .Release.Namespace }}
- --cluster-namespace-on-hub={{ .Values.clusterName }}
- --disable-gatekeeper-sync=true
{{- else }}
- --cluster-namespace={{ .Values.clusterName }}
{{- end }}
Expand Down

0 comments on commit bdad3c5

Please sign in to comment.