Skip to content

Commit

Permalink
Update and rename service-account.yaml to service-account.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel authored Aug 28, 2024
1 parent b57e671 commit 016e430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/service-account.yaml → server/service-account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 016e430

Please sign in to comment.