Skip to content

Commit

Permalink
fix(suc): update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Dec 30, 2024
1 parent 95a1f34 commit af62d9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subjects:
apiVersion: talos.dev/v1alpha1
kind: ServiceAccount
metadata:
name: talos
name: system-upgrade
spec:
roles:
- os:admin
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/upgrade.cattle.io/plan_v1.json
apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
Expand All @@ -8,7 +7,7 @@ spec:
version: ${KUBERNETES_VERSION}
serviceAccountName: system-upgrade
secrets:
- name: talos
- name: system-upgrade
path: /var/run/secrets/talos.dev
ignoreUpdates: true
concurrency: 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/upgrade.cattle.io/plan_v1.json
apiVersion: upgrade.cattle.io/v1
kind: Plan
metadata:
Expand All @@ -8,7 +7,7 @@ spec:
version: ${TALOS_VERSION}
serviceAccountName: system-upgrade
secrets:
- name: talos
- name: system-upgrade
path: /var/run/secrets/talos.dev
ignoreUpdates: true
concurrency: 1
Expand Down

0 comments on commit af62d9d

Please sign in to comment.