diff --git a/examples/coco/check-session.sh b/examples/coco/check-session.sh index ee4e15c3..5b1c417e 100644 --- a/examples/coco/check-session.sh +++ b/examples/coco/check-session.sh @@ -1,3 +1,6 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright 2023 Authors of Nimbus + #!/bin/bash SERVICE_IP=$(kubectl get svc nginx-service -o jsonpath='{.spec.clusterIP}')