Skip to content

Commit

Permalink
fix(cleanup): fix cleanup job
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
Dominik Rosiek committed Oct 31, 2022
1 parent 66d4f96 commit ea6f642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- fix(openshift): fix remote write proxy - use unprivileged NGINX [#2510], [#2510]
- fix: default.metrics source is not imported when metrics are disabled and traces are enabled [#2547]
- fix(cleanup): fix cleanup job [#2600]

[#2483]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2483
[#2512]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2512
Expand All @@ -57,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2591]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2591
[#2595]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2595
[#2597]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2597
[#2600]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2600
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...main
[telegraf_operator_comapare_1.3.5_and_1.3.10]: https://github.com/influxdata/helm-charts/compare/telegraf-operator-1.3.5...telegraf-operator-1.3.10
[cert-manager-1.4]: https://github.com/cert-manager/cert-manager/releases/tag/v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/conf/cleanup/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform import sumologic_collector.collector {{ template "terraform.collector.
# shellcheck disable=SC1083
terraform import kubernetes_secret.sumologic_collection_secret {{ template "terraform.secret.fullname" . }}

terraform destroy -auto-approve .
terraform destroy -auto-approve

# Cleanup env variables
export SUMOLOGIC_BASE_URL=
Expand Down

0 comments on commit ea6f642

Please sign in to comment.