Skip to content

Commit 96da8b6

Browse files
authored
Merge pull request #61 from DrDroidLab/auto_upgrade_agent
adds missing kubectl command
2 parents 45baab3 + 85af101 commit 96da8b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy.sh renamed to helm/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ DRD_CLOUD_API_TOKEN=$1
1414

1515
# Create the namespace if it doesn't exist
1616
kubectl create namespace $NAMESPACE --dry-run=client -o yaml | kubectl apply -f -
17+
kubectl apply -f configmap.yaml -n $NAMESPACE
1718

1819
# Create a values.override.yaml file to override the global API token
1920
cat <<EOF > values.override.yaml

0 commit comments

Comments
 (0)