Compare commits
2
Commits
68073d577d
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49ed09459f | ||
|
|
6827a7b482 |
+8
-1
@@ -53,12 +53,19 @@ applications:
|
|||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
|
# The SecretStore/ClusterSecretStore CRDs embed a very large OpenAPI
|
||||||
|
# schema; a plain `kubectl apply` stores the full manifest in the
|
||||||
|
# `kubectl.kubernetes.io/last-applied-configuration` annotation,
|
||||||
|
# which exceeds Kubernetes' 262144 byte annotation limit and fails
|
||||||
|
# with "metadata.annotations: Too long". Server-side apply avoids
|
||||||
|
# writing that annotation entirely.
|
||||||
|
- ServerSideApply=true
|
||||||
|
|
||||||
# OpenBao secret management backend + its ClusterSecretStore binding for ESO.
|
# OpenBao secret management backend + its ClusterSecretStore binding for ESO.
|
||||||
- name: openbao
|
- name: openbao
|
||||||
enabled: true
|
enabled: true
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.smokyzone.de/SmokyZone/openbao-gitops.git
|
repoURL: https://git.smokyzone.de/SmokyZone/openbao.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: .
|
path: .
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user