We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fe26f commit 3a2abf5Copy full SHA for 3a2abf5
1 file changed
dev/deployment/devspace/bootstrap-prereqs.sh
@@ -146,14 +146,19 @@ install_cert_manager() {
146
}
147
148
apply_core_objects() {
149
- log "Applying namespace and connection objects in ${NAMESPACE}"
+ log "Applying Core namespaces and connection objects in ${NAMESPACE}"
150
kubectl apply -f - <<EOF
151
apiVersion: v1
152
kind: Namespace
153
metadata:
154
name: ${NAMESPACE}
155
---
156
157
+kind: Namespace
158
+metadata:
159
+ name: forge-system
160
+---
161
+apiVersion: v1
162
kind: Secret
163
164
name: nico-system.nico.nico-pg-cluster.credentials
0 commit comments