Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
titigmr committed May 2, 2023
1 parent 18cabed commit 4b05019
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/change-values.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

on:
workflow_call:
inputs:
Expand Down Expand Up @@ -48,7 +47,9 @@ jobs:
- uses: azure/k8s-set-context@v3
with:
method: service-account
# kubectl config view --minify -o 'jsonpath={.clusters[0].cluster.server}'
k8s-url: ${{ secrets.CLUSTER_URL }}
# kubectl get secret <service-account-secret-name> -n <namespace> -o yaml
k8s-secret: ${( secrets.SA_SECRET }}

- name: Create secret for Kubernetes
Expand Down

0 comments on commit 4b05019

Please sign in to comment.