From 016e4309342d21cc4352f626601af1a47ae8f2e7 Mon Sep 17 00:00:00 2001 From: Josh Mandel Date: Wed, 28 Aug 2024 18:15:36 -0500 Subject: [PATCH] Update and rename service-account.yaml to service-account.yml --- server/{service-account.yaml => service-account.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename server/{service-account.yaml => service-account.yml} (98%) diff --git a/server/service-account.yaml b/server/service-account.yml similarity index 98% rename from server/service-account.yaml rename to server/service-account.yml index 7d4c723..0e52574 100644 --- a/server/service-account.yaml +++ b/server/service-account.yml @@ -43,7 +43,7 @@ roleRef: # Commands to run: # # 1. Apply the YAML file: -# kubectl apply -f service-account.yaml +# kubectl apply -f service-account.yml # # 2. Retrieve the token, certificate, and server information: # KUBE_TOKEN=$(kubectl get secret github-actions-token -n vaxxlink -o jsonpath='{.data.token}' | base64 --decode)