We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45baab3 + 85af101 commit 96da8b6Copy full SHA for 96da8b6
deploy.sh helm/deploy.shdeploy.sh renamed to helm/deploy.sh
@@ -14,6 +14,7 @@ DRD_CLOUD_API_TOKEN=$1
14
15
# Create the namespace if it doesn't exist
16
kubectl create namespace $NAMESPACE --dry-run=client -o yaml | kubectl apply -f -
17
+kubectl apply -f configmap.yaml -n $NAMESPACE
18
19
# Create a values.override.yaml file to override the global API token
20
cat <<EOF > values.override.yaml
0 commit comments