Release 1.0.0 #5

Merged
richardrobertreitz merged 29 commits from development into main 2024-12-18 09:29:48 +00:00
2 changed files with 1 additions and 9 deletions
Showing only changes of commit c27f75eb69 - Show all commits

View file

@ -14,7 +14,7 @@ spec:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true # TODO: RIRE What does this mean: do not copy metdata, since (because of its large size) it can lead to sync failure
- ServerSideApply=true # do not copy metdata, since (because of its large size) it can lead to sync failure
destination:
name: in-cluster
namespace: monitoring

View file

@ -1,12 +1,4 @@
server:
ingress:
enabled: true
ingressClassName: nginx
hosts:
- host: openbao.{{{ .Env.DOMAIN }}}
paths: []
# dev:
# enabled: true
postStart:
- sh
- -c