Skip to content

Commit

Permalink
Removes old kubectl flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Dec 24, 2023
1 parent e5841ae commit 60f163b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/k8s_manifests_apply.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ az aks get-credentials --resource-group "$AKS_RG_NAME" --name "$AKS_CLUSTER_NAME
echo "FINISHED: $message."

# Testing kubectl
kubectl version --short
kubectl version

# # Apply manifests
# message="Applying Kubernetes manifests"
Expand Down
2 changes: 1 addition & 1 deletion scripts/wait.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ az aks get-credentials --resource-group "$AKS_RG_NAME" --name "$AKS_CLUSTER_NAME
echo -e "FINISHED: $message.\n"

# Testing kubectl
kubectl version --short
kubectl version

# Wait
pod_name=$(kubectl get pod --namespace nexus -l app.kubernetes.io/name=sonatype-nexus -o jsonpath="{.items[0].metadata.name}")
Expand Down

0 comments on commit 60f163b

Please sign in to comment.