We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebf7d7 commit b92d8d2Copy full SHA for b92d8d2
example/setup.sh
@@ -1,5 +1,11 @@
1
#!/bin/bash
2
3
+# Install the Operator & CRD's into the `securecodebox-system` namespace
4
+helm --namespace securecodebox-system upgrade --install --create-namespace securecodebox-operator oci://ghcr.io/securecodebox/helm/operator
5
+
6
+# Create a namespace for the scans to run in
7
+kubectl create namespace scans || true
8
9
echo "Setting up secureCodeBox ScanTypes and Cascading Scans Hook"
10
11
helm --namespace scans upgrade --install nmap oci://ghcr.io/securecodebox/helm/nmap
0 commit comments