Skip to content

Commit

Permalink
Merge pull request #171 from controlplaneio-fluxcd/openshfit-multiten…
Browse files Browse the repository at this point in the history
…ancy

Enable multitenancy lockdown for the ResourceSet APIs on OpenShift
  • Loading branch information
stefanprodan authored Feb 18, 2025
2 parents 9e512e8 + f486b50 commit 948eda5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ spec:
- name: manager
image: ghcr.io/controlplaneio-fluxcd/flux-operator:v${FLUX_OPERATOR_VERSION}${FLUX_OPERATOR_VARIANT}
imagePullPolicy: IfNotPresent
args:
- --default-service-account=flux-operator
- --enable-leader-election=true
securityContext:
runAsNonRoot: true
readOnlyRootFilesystem: true
Expand Down

0 comments on commit 948eda5

Please sign in to comment.