forked from DevFW-CICD/stacks
Merge branch 'development' into merging_edfbuilder_0_9_9
This commit is contained in:
commit
c27f75eb69
2 changed files with 1 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -1,12 +1,4 @@
|
|||
server:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hosts:
|
||||
- host: openbao.{{{ .Env.DOMAIN }}}
|
||||
paths: []
|
||||
# dev:
|
||||
# enabled: true
|
||||
postStart:
|
||||
- sh
|
||||
- -c
|
||||
|
|
Loading…
Reference in a new issue