Skip to content

Commit

Permalink
Example: Set correct image
Browse files Browse the repository at this point in the history
This commit sets the correct image for the
cronjob.sample.yaml file.

Signed-off-by: darox <[email protected]>
  • Loading branch information
darox committed Dec 25, 2024
1 parent 9ccc125 commit 9b3560b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cronjob.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: talos-backup
image: registry.example.com/myusername/talos-backup:latest
image: ghcr.io/siderolabs/talos-backup:latest
workingDir: /tmp
imagePullPolicy: IfNotPresent
env:
Expand Down Expand Up @@ -38,6 +38,8 @@ spec:
# If not, the S3 will resolve to a hostname based on https://$BUCKET_NAME.$CUSTOM_S3_ENDPOINT/
- name: USE_PATH_STYLE
value: "false"
- name: AGE_X25519_PUBLIC_KEY
value: age1jyp9wm8x0szgtec6x0a0avt7dkqhvs0apkt59g7u7vnfnuptqcmsmz0sn5
securityContext:
runAsUser: 1000
runAsGroup: 1000
Expand Down

0 comments on commit 9b3560b

Please sign in to comment.