Skip to content

Commit

Permalink
Merge pull request #143 from projectsyn/fix/helm-skip-without-annotation
Browse files Browse the repository at this point in the history
Fix misconfigured helm value for `skipWithoutAnnotation`
  • Loading branch information
haasad authored Jun 28, 2024
2 parents f6c1837 + daadaac commit 8d32af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ parameters:
repository: ${backup_k8up:images:k8up:registry}/${backup_k8up:images:k8up:repository}
tag: ${backup_k8up:images:k8up:tag}

skipWithoutAnnotation: ${backup_k8up:global_backup_config:skip_without_annotation}

envVars:
- name: BACKUP_PROMURL
value: '${backup_k8up:prometheus_push_gateway}'
Expand Down Expand Up @@ -81,8 +83,6 @@ parameters:
value: '${backup_k8up:global_backup_config:restore_bucket}'
- name: BACKUP_GLOBALRESTORES3ENDPOINT
value: '${backup_k8up:global_backup_config:restore_s3endpoint}'
- name: BACKUP_SKIP_WITHOUT_ANNOTATION
value: '${backup_k8up:global_backup_config:skip_without_annotation}'

global_backup_config:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ spec:
value: k8up.io/backupcommand
- name: BACKUP_BACKOFFLIMIT
value: '2'
- name: BACKUP_SKIP_WITHOUT_ANNOTATION
value: false
image: ghcr.io/k8up-io/k8up:v2.10.0
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down

0 comments on commit 8d32af0

Please sign in to comment.