trying wget instead of curl

This commit is contained in:
2024-11-07 18:36:04 +00:00
parent 3637c12f41
commit 881245657d
3 changed files with 3 additions and 3 deletions

View File

@@ -11,5 +11,5 @@ spec:
command:
- "sh"
- "-c"
- "curl -fL {{ .Values.baseURL }}/{{ .Release.appVersion }}/kubernetes/keycloaks.k8s.keycloak.org-v1.yml -o /tmp/keycloak-crd.yml && kubectl apply -f /tmp/keycloak-crd.yml"
- "wget -qO- {{ .Values.baseURL }}/{{ .Release.appVersion }}/kubernetes/keycloaks.k8s.keycloak.org-v1.yml | kubectl apply -f -"
restartPolicy: OnFailure