Compare commits
5 commits
4128ea7466
...
c27f75eb69
Author | SHA1 | Date | |
---|---|---|---|
c27f75eb69 | |||
7c7d1c8b30 | |||
9e8ae4cbbd | |||
22d74c4626 | |||
f3dfdf66ea |
2 changed files with 1 additions and 9 deletions
|
@ -14,7 +14,7 @@ spec:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- 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:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
|
|
@ -1,12 +1,4 @@
|
||||||
server:
|
server:
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
ingressClassName: nginx
|
|
||||||
hosts:
|
|
||||||
- host: openbao.{{{ .Env.DOMAIN }}}
|
|
||||||
paths: []
|
|
||||||
# dev:
|
|
||||||
# enabled: true
|
|
||||||
postStart:
|
postStart:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|
Reference in a new issue