Skip to content

Commit

Permalink
skipWithoutAnnotation is a helm value, not an envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Jun 28, 2024
1 parent f6c1837 commit d2c5f9e
Showing 1 changed file with 2 additions and 2 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

0 comments on commit d2c5f9e

Please sign in to comment.