Skip to content

Commit

Permalink
Merge pull request #351 from cho4036/develop
Browse files Browse the repository at this point in the history
bugfix. fix grammar error
  • Loading branch information
ktkfree authored Apr 16, 2024
2 parents 103787b + a5b98e5 commit 7037ccc
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 7037ccc

Please sign in to comment.