Changed path separator to make powershell script work on Windows and Mac
This commit is contained in:
parent
0296735cb9
commit
e2121deeea
@ -1,3 +1,3 @@
|
|||||||
kubectl patch deployment -n ingress-nginx nginx-ingress-controller --type=json --patch="$(cat nginx-ingress\publish-service-patch.yaml)"
|
kubectl patch deployment -n ingress-nginx nginx-ingress-controller --type=json --patch="$(cat nginx-ingress/publish-service-patch.yaml)"
|
||||||
kubectl apply -f nginx-ingress\azure\service.yaml
|
kubectl apply -f nginx-ingress/azure/service.yaml
|
||||||
kubectl apply -f nginx-ingress\patch-service-without-rbac.yaml
|
kubectl apply -f nginx-ingress/patch-service-without-rbac.yaml
|
@ -1,12 +1,12 @@
|
|||||||
kubectl apply -f ingress.yaml
|
kubectl apply -f ingress.yaml
|
||||||
|
|
||||||
# Deploy nginx-ingress core files
|
# Deploy nginx-ingress core files
|
||||||
kubectl apply -f nginx-ingress\namespace.yaml
|
kubectl apply -f nginx-ingress/namespace.yaml
|
||||||
kubectl apply -f nginx-ingress\default-backend.yaml
|
kubectl apply -f nginx-ingress/default-backend.yaml
|
||||||
kubectl apply -f nginx-ingress\configmap.yaml
|
kubectl apply -f nginx-ingress/configmap.yaml
|
||||||
kubectl apply -f nginx-ingress\tcp-services-configmap.yaml
|
kubectl apply -f nginx-ingress/tcp-services-configmap.yaml
|
||||||
kubectl apply -f nginx-ingress\udp-services-configmap.yaml
|
kubectl apply -f nginx-ingress/udp-services-configmap.yaml
|
||||||
kubectl apply -f nginx-ingress\without-rbac.yaml
|
kubectl apply -f nginx-ingress/without-rbac.yaml
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user