Skip to content

Commit

Permalink
Fix issue with cilium when k8s < 1.30
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
  • Loading branch information
michal-gubricky committed Jul 25, 2024
1 parent 789e5de commit 689d844
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions providers/openstack/scs/cluster-addon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ openstack-cinder-csi:
yawol-controller:
yawolOSSecretName: cloud-config
enabled: false
cilium:
podSecurityContext:
# -- AppArmorProfile options for the `cilium-agent` and init containers
appArmorProfile: null
securityContext:
privileged: true

0 comments on commit 689d844

Please sign in to comment.