Skip to content

Commit

Permalink
removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dharapvj committed Nov 15, 2024
1 parent d24fa75 commit 0f6889c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/kkp-argocd-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.9
version: 0.1.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 0 additions & 2 deletions charts/kkp-argocd-apps/templates/argocd-apps-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ data:
echo "Minio not available. Trying again. Try #$counter"
done
set -e
# TEST
echo "$MINIO_ACCESS_KEY" "$MINIO_SECRET_KEY"
mc config host add minio http://minio.minio.svc.cluster.local:9000 "$MINIO_ACCESS_KEY" "$MINIO_SECRET_KEY"
mc mb --ignore-existing minio/usercluster-etcd-backups
mc mb --ignore-existing minio/metering-{{ .Values.seed }}-seed
Expand Down

0 comments on commit 0f6889c

Please sign in to comment.