Skip to content

Commit

Permalink
Merge pull request #1439 from arooshap/new123
Browse files Browse the repository at this point in the history
Changes to the secrets script to accommodate large secrets.
  • Loading branch information
arooshap authored Nov 13, 2023
2 parents 086478b + a9abdd8 commit 0575d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/cmsweb/scripts/deploy-secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ fi

kubectl create secret generic ${srv}-secrets \
$files --dry-run=client -o yaml |
kubectl apply --namespace=$ns -f -
kubectl apply --server-side=true --namespace=$ns -f -

echo "Deleting decrypted files..."
for decrypted_file in "${decrypted_files[@]}"; do
Expand Down

0 comments on commit 0575d5d

Please sign in to comment.