Skip to content

Commit c19d4ec

Browse files
authored
Merge pull request #11 from opsworks-co/chore/extra-arg-to-examples
2 parents 1a2c65d + ead41f1 commit c19d4ec

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In the above diagram, you can see the components and their relations (PostgreSQL
2828
|------|---------|
2929
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.36.0 |
3030
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.11.0 |
31-
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 2.35.1 |
31+
| <a name="provider_kubernetes"></a> [kubernetes](#provider\_kubernetes) | 2.36.0 |
3232

3333
## Modules
3434

examples/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ gitlab:
173173
cron:
174174
enabled: true
175175
schedule: "0 0 * * *"
176+
extraArgs: "--skip artifacts" # Optional. Each component must have its own --skip argument: https://docs.gitlab.com/charts/backup-restore/backup/#skipping-components ; https://docs.gitlab.com/administration/backup_restore/backup_gitlab/?tab=Helm+chart+%28Kubernetes%29
176177
gitlab-shell:
177178
maxUnavailable: 1
178179
minReplicas: 1

0 commit comments

Comments
 (0)