File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
applications/storagebox/kots Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ metadata:
5
5
spec :
6
6
title : StorageBox
7
7
allowRollback : false
8
+ additionalNamespaces :
9
+ - " *"
8
10
statusInformers :
9
11
- deployment/kotsadm
10
- - statefulset/kotsadm-rqlite
11
- - statefulset/storagebox-cassandra
12
+ - repl{{ if ConfigOptionEquals "enable_cassandra" "1" }}statefulset/storagebox-cassandra repl{{ else }}repl{{ end }}
13
+ - repl{{ if ConfigOptionEquals "enable_postgres" "1" }}clusters.postgresql.cnpg.io/postgres repl{{ else }}repl{{ end }}
14
+ - repl{{ if ConfigOptionEquals "enable_minio" "1" }}deployment/storagebox-minio repl{{ else }}repl{{ end }}
Original file line number Diff line number Diff line change 15
15
repository : repl{{ HasLocalRegistry | ternary LocalRegistryHost "proxy.xyyzx.net/storagebox/ghcr.io/obeone" }}/nfs-server
16
16
pullPolicy : IfNotPresent
17
17
imagePullSecrets :
18
- - name : repl{{ ImagePullSecretName`` }}
18
+ - name : repl{{ ImagePullSecretName }}
19
19
global :
20
20
fullnameOverride : nfs-server
21
21
controller :
You can’t perform that action at this time.
0 commit comments