mirror of
https://github.com/kerberos-io/deployment.git
synced 2026-08-23 15:18:32 +00:00
fix data filtering
This commit is contained in:
2
.github/workflows/k3d.yaml
vendored
2
.github/workflows/k3d.yaml
vendored
@@ -91,8 +91,6 @@ jobs:
|
||||
- name: Install Data filtering
|
||||
id: install-data-filtering
|
||||
run: |
|
||||
sed -e '/resources/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/limits/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/nvidia/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
kubectl apply -f ./base/vault/data-filtering-deployment.yaml
|
||||
echo "Sleeping for 250 seconds, give time for the helm chart to create the pods" && sleep 250
|
||||
|
||||
2
.github/workflows/kind.yaml
vendored
2
.github/workflows/kind.yaml
vendored
@@ -89,8 +89,6 @@ jobs:
|
||||
- name: Install Data filtering
|
||||
id: install-data-filtering
|
||||
run: |
|
||||
sed -e '/resources/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/limits/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/nvidia/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
kubectl apply -f ./base/vault/data-filtering-deployment.yaml
|
||||
echo "Sleeping for 250 seconds, give time for the helm chart to create the pods" && sleep 250
|
||||
|
||||
2
.github/workflows/microk8s.yaml
vendored
2
.github/workflows/microk8s.yaml
vendored
@@ -87,8 +87,6 @@ jobs:
|
||||
- name: Install Data filtering
|
||||
id: install-data-filtering
|
||||
run: |
|
||||
sed -e '/resources/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/limits/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
sed -e '/nvidia/ s/^#*/#/' -i ./base/vault/data-filtering-deployment.yaml
|
||||
kubectl apply -f ./base/vault/data-filtering-deployment.yaml
|
||||
echo "Sleeping for 250 seconds, give time for the helm chart to create the pods" && sleep 250
|
||||
|
||||
Reference in New Issue
Block a user