Skip to content

Commit

Permalink
Make K8S x509 script executable on free software computers
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Feb 8, 2025
1 parent b65894e commit 7b71fa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/scripts/create_x509_user_config.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import argparse
import base64
import shutil
Expand Down

0 comments on commit 7b71fa0

Please sign in to comment.