Skip to content

Commit c373166

Browse files
committed
debug missing secret name
1 parent 69e176c commit c373166

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

applications/storagebox/kots/kots-app.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ metadata:
55
spec:
66
title: StorageBox
77
allowRollback: false
8+
additionalNamespaces:
9+
- "*"
810
statusInformers:
911
- 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 }}

applications/storagebox/kots/storagebox-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
repository: repl{{ HasLocalRegistry | ternary LocalRegistryHost "proxy.xyyzx.net/storagebox/ghcr.io/obeone" }}/nfs-server
1616
pullPolicy: IfNotPresent
1717
imagePullSecrets:
18-
- name: repl{{ ImagePullSecretName`` }}
18+
- name: repl{{ ImagePullSecretName }}
1919
global:
2020
fullnameOverride: nfs-server
2121
controller:

0 commit comments

Comments
 (0)