diff --git a/script/cd.sh b/script/cd.sh index bda8e9f..ec0fd63 100644 --- a/script/cd.sh +++ b/script/cd.sh @@ -129,7 +129,7 @@ deploy_application() { # Create namespace if it doesn't exist echo "Creating namespace..." - kubectl apply -f script/k8s/namespace.yaml + envsubst < script/k8s/namespace.yaml | kubectl apply -f - echo "" # Create registry secret for pulling images