Skip to content

Commit a35ef91

Browse files
authored
feat: remove the use of kubeval in decrypting secrets (#463)
1 parent dbb0845 commit a35ef91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/k8s-deploy-secrets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ do
6969
DECRYPTED_FILE="${SOPS_SECRET_FILE}.decrypted"
7070
#shellcheck disable=SC2086
7171
sops ${SOPS_OPTIONS} --decrypt "${SOPS_SECRET_FILE}" > "${DECRYPTED_FILE}"
72-
kubeval "${DECRYPTED_FILE}"
7372

7473
kubectl replace "--namespace=${NAMESPACE}" -f "${DECRYPTED_FILE}" ||\
7574
kubectl create "--namespace=${NAMESPACE}" -f "${DECRYPTED_FILE}"

0 commit comments

Comments
 (0)