Compare commits
2 Commits
bf5fa15ce7
...
494a27ea6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 494a27ea6b | |||
| 9334eb622a |
@ -17,7 +17,7 @@ spec:
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: false
|
||||
selfHeal: false
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
|
||||
@ -22,3 +22,14 @@ rook-ceph:
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
# Ensure namespace has proper labels for Talos
|
||||
extraObjects:
|
||||
- apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: rook-ceph
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
|
||||
Loading…
Reference in New Issue
Block a user