Skip to content

Commit

Permalink
bugfix. fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
cho4036 committed Apr 16, 2024
1 parent 103787b commit a5b98e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tks-cluster/create-usercluster-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ spec:
####### add tks info. on namespace ########
POLICY_NS=$(kubectl get ns -l tks.io/organization=${CONTRACT_ID} --ignore-not-found=true | grep -v NAME | awk '{print $1}' )
kubectl label ns ${CLUSTER_ID} tks.io/organization=${CONTRACT_ID}
if [ -z "$POLICY_NS" ]"; then
if [ -z "$POLICY_NS" ]; then
kubectl label ns ${CLUSTER_ID} tks.io/policy=${CLUSTER_ID}
else
kubectl label ns ${CLUSTER_ID} tks.io/policy=${POLICY_NS}
Expand Down

0 comments on commit a5b98e5

Please sign in to comment.