Skip to content

Commit

Permalink
Add missing newlines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
pschoen-itsc committed Sep 30, 2024
1 parent 7c6fadc commit eaabbc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/seaweedfs/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
- seaweedfs-deployment.yaml
- seaweedfs-pvc.yaml
- seaweedfs-service.yaml
- seadweedfs-networkpolicy.yaml
- seadweedfs-networkpolicy.yaml
2 changes: 1 addition & 1 deletion contrib/seaweedfs/istio/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ namespace: kubeflow

resources:
- ../base/
- istio-authorization-policy.yaml
- istio-authorization-policy.yaml
2 changes: 1 addition & 1 deletion contrib/seaweedfs/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kubectl create ns kubeflow || echo "namespace kubeflow already exists"
kubectl get -n kubeflow svc minio-service -o=jsonpath='{.metadata.annotations.kubectl\.kubernetes\.io/last-applied-configuration}' > svc-minio-service-backup.json
kustomize build istio/ | kubectl apply --server-side -f -
kubectl -n kubeflow wait --for=condition=available --timeout=600s deploy/seaweedfs
kubectl -n kubeflow exec deployments/seaweedfs -c seaweedfs -- sh -c "echo \"s3.configure -user minio -access_key minio -secret_key minio123 -actions Read,Write -apply\" | /usr/bin/weed shell"
kubectl -n kubeflow exec deployments/seaweedfs -c seaweedfs -- sh -c "echo \"s3.configure -user minio -access_key minio -secret_key minio123 -actions Read,Write,List -apply\" | /usr/bin/weed shell"

kubectl -n kubeflow port-forward svc/minio-service 8333:9000
echo "S3 endpoint available on localhost:8333" &
Expand Down

0 comments on commit eaabbc5

Please sign in to comment.