Compare commits
No commits in common. "c27f75eb6944e9aafe099a25abd056a0692a1fff" and "4128ea7466e5cb176b4757fec1d9d6e4aa306de1" have entirely different histories.
c27f75eb69
...
4128ea7466
2 changed files with 9 additions and 1 deletions
|
@ -14,7 +14,7 @@ spec:
|
|||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- ServerSideApply=true # do not copy metdata, since (because of its large size) it can lead to sync failure
|
||||
- ServerSideApply=true # TODO: RIRE What does this mean: do not copy metdata, since (because of its large size) it can lead to sync failure
|
||||
destination:
|
||||
name: in-cluster
|
||||
namespace: monitoring
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
server:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hosts:
|
||||
- host: openbao.{{{ .Env.DOMAIN }}}
|
||||
paths: []
|
||||
# dev:
|
||||
# enabled: true
|
||||
postStart:
|
||||
- sh
|
||||
- -c
|
||||
|
|
Reference in a new issue