Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 3437e24

Browse files
Lose the pod security policy again.
1 parent e58f5f8 commit 3437e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/initialize-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
)
5959
6060
helm repo add dandydev https://dandydeveloper.github.io/charts
61-
helm install --namespace $NAMESPACE --set podSecurityPolicy.create=true --set haproxy.enabled=true db dandydev/redis-ha
61+
helm install --namespace $NAMESPACE --set haproxy.enabled=true db dandydev/redis-ha
6262
cat <<EOF
6363
6464
waiting for Redis pods to become ready

0 commit comments

Comments
 (0)