Skip to content

Commit

Permalink
fix: correct minio external secret changes (#638)
Browse files Browse the repository at this point in the history
new secrets for minio were added manually, http tls config removed
this PR reflects these manual changes in GitOps

Signed-off-by: ​/Thor(sten)?/ Schwesig <89909507+schwesig@users.noreply.github.com>
  • Loading branch information
schwesig authored Jan 16, 2025
1 parent 232f95e commit 603f1fb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ spec:
insecure: false
access_key: "{{ .access_key }}"
secret_key: "{{ .secret_key }}"
http_config:
tls_config:
ca_file: "/run/secrets/kubernetes.io/serviceaccount/service-ca.crt"
data:
- secretKey: bucket
remoteRef:
Expand Down

0 comments on commit 603f1fb

Please sign in to comment.