parent
b3a4c8d859
commit
d1d63abb9d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- run: nix run nixpkgs#kubectl -- config set-credentials my-service-account --token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
|
- run: nix run nixpkgs#kubectl -- config set-credentials my-service-account --token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
|
||||||
- run: nix run nixpkgs#kubectl -- config set-context my-context --cluster=my-cluster --user=my-service-account
|
- run: nix run nixpkgs#kubectl -- config set-context my-context --cluster=my-cluster --user=my-service-account
|
||||||
- run: nix run nixpkgs#kubectl -- config use-context my-context
|
- run: nix run nixpkgs#kubectl -- config use-context my-context
|
||||||
- run: nix run nixpkgs#kubectl -- get pods
|
# - run: nix run nixpkgs#kubectl -- get pods
|
||||||
# - run: |
|
# - run: |
|
||||||
# mkdir -p ~/.config/sops/age
|
# mkdir -p ~/.config/sops/age
|
||||||
# echo -n "${{ secrets.AGE_SECRET_KEY }}" > ~/.config/sops/age/keys.txt
|
# echo -n "${{ secrets.AGE_SECRET_KEY }}" > ~/.config/sops/age/keys.txt
|
||||||
|
|
Loading…
Reference in a new issue