Skip to content

Commit

Permalink
set debug to false for test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Shrauner-Biggs committed Feb 12, 2025
1 parent cb5f23e commit da1b388
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/hauler/ci/all-local-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down
3 changes: 3 additions & 0 deletions charts/hauler/ci/all-remote-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down
3 changes: 3 additions & 0 deletions charts/hauler/ci/kitchsink-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down
3 changes: 3 additions & 0 deletions charts/hauler/ci/local-hauls-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down
3 changes: 3 additions & 0 deletions charts/hauler/ci/local-manifests-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down
3 changes: 3 additions & 0 deletions charts/hauler/ci/remote-hauls-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down
3 changes: 3 additions & 0 deletions charts/hauler/ci/remote-manifests-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down
3 changes: 3 additions & 0 deletions charts/hauler/ci/store-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ hauler:
storageRequest: 5Gi # recommended size of 3x the artifact(s)
test: true

debug:
enabled: false

# Helm Chart Values for the Hauler Jobs
# Docs: https://rancherfederal.github.io/hauler-docs/docs/introduction/quickstart
# Hauler Jobs are used to populate the Registry and/or Filestore with content
Expand Down

0 comments on commit da1b388

Please sign in to comment.