Skip to content

Commit

Permalink
added secret creation to cronjob sample
Browse files Browse the repository at this point in the history
serviceAccountTokens are not created automatically anymore
  • Loading branch information
MichaelTrip committed Oct 4, 2024
1 parent 87bdb54 commit 6857e5d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion cronjob.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,11 @@ metadata:
spec:
roles:
- os:etcd:backup
---
---
apiVersion: v1
kind: Secret
metadata:
name: talos-backup-secrets
annotations:
kubernetes.io/service-account.name: talos-backup-secrets
---

0 comments on commit 6857e5d

Please sign in to comment.