Skip to content

Commit

Permalink
Merge branch 'main' into renovate/main-patch-talos
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving authored Jan 28, 2025
2 parents 298457d + 0aa15af commit 97aa989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .taskfiles/onepassword/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ tasks:
- op item edit kubernetes KUBECONFIG_BASE64[text]=(kubectl config view --flatten | base64 -w 0) &>/dev/null
- task: push-main
- task: push-utility
- task: push-pi5
preconditions:
- op user get --me

Expand All @@ -37,6 +36,8 @@ tasks:
cmds:
- mkdir -p ~/.kube
- mkdir -p ~/.talos
- mkdir -p {{.ROOT_DIR}}/kubernetes/main/bootstrap/talos/clusterconfig
- mkdir -p {{.ROOT_DIR}}/kubernetes/utility/bootstrap/talos/clusterconfig
- op item get kubernetes --fields label=KUBECONFIG_MAIN | tr -d '"' > {{.ROOT_DIR}}/kubernetes/main/kubeconfig # Main kubeconfig
- op item get kubernetes --fields label=TALOSCONFIG_MAIN | tr -d '"' > {{.ROOT_DIR}}/kubernetes/main/bootstrap/talos/clusterconfig/talosconfig # Main talosconfig
- op item get kubernetes --fields label=KUBECONFIG_UTILITY | tr -d '"' > {{.ROOT_DIR}}/kubernetes/utility/kubeconfig # Utility kubeconfig
Expand Down

0 comments on commit 97aa989

Please sign in to comment.