Skip to content

Commit 3a2abf5

Browse files
committed
fix: Bootstrap the legacy service namespace
Signed-off-by: Kyle Felter <kfelter@nvidia.com>
1 parent 89fe26f commit 3a2abf5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

dev/deployment/devspace/bootstrap-prereqs.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,19 @@ install_cert_manager() {
146146
}
147147

148148
apply_core_objects() {
149-
log "Applying namespace and connection objects in ${NAMESPACE}"
149+
log "Applying Core namespaces and connection objects in ${NAMESPACE}"
150150
kubectl apply -f - <<EOF
151151
apiVersion: v1
152152
kind: Namespace
153153
metadata:
154154
name: ${NAMESPACE}
155155
---
156156
apiVersion: v1
157+
kind: Namespace
158+
metadata:
159+
name: forge-system
160+
---
161+
apiVersion: v1
157162
kind: Secret
158163
metadata:
159164
name: nico-system.nico.nico-pg-cluster.credentials

0 commit comments

Comments
 (0)