This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Make the Options for Policy Library Sync to Be Consistent #341
Labels
enhancement
New feature or request
priority: p3
Desirable enhancement or minor bug fix, not yet prioritized
triaged: yes
Milestone
@blueandgold commented on Sat Oct 19 2019
On GCE, this is off by default, and needs
policy_library_sync_enabled = true
to be set.On GKE, this is on by default, and
policy_library_sync_enabled
is not exposed to be configure-able.Since there is a case for continued usage of GCS buckets, a couple of things need to be done:
1:
policy_library_sync_enabled
needs to be configure-able on GKE in case GCS is prefered2: make consistent the default behavior whether it's on or off, on both GCE and GKE
This needs to be implemented with the corresponding Helm issue.
The text was updated successfully, but these errors were encountered: