Code Monkey home page Code Monkey logo

Comments (3)

fmulero avatar fmulero commented on September 25, 2024

Hi @cculver, thanks for using bitnami/charts.

I am trying to understand where is your issue but I don't have a clear idea. I tried to deploy the matomo chart without using helm install and storing the passwords in different secrets. These are the steps I followed:

$ kubectl create secret generic test-mariadb --from-literal mariadb-password=salami --from-literal mariadb-root-password=sausage
secret/test-mariadb created
$ kubectl create secret generic test-matomo --from-literal matomo-password=salchichon
secret/test-matomo created
$ helm template test bitnami/matomo --set existingSecretest-matomo --set mariadb.auth.existingSecret=test-mariadb | kubectl apply -f -
networkpolicy.networking.k8s.io/test-mariadb created
networkpolicy.networking.k8s.io/test-matomo created
poddisruptionbudget.policy/test-matomo created
serviceaccount/test-mariadb created
configmap/test-mariadb created
persistentvolumeclaim/test-matomo-matomo created
service/test-mariadb created
service/test-matomo created
deployment.apps/test-matomo created
statefulset.apps/test-mariadb created
cronjob.batch/test-matomo-archive created
cronjob.batch/test-matomo-scheduled-tasks created

The pods started without issues and I could log into the web console with the credential stored in the test-matomo secret. Could you share more details about your use case?

from charts.

cculver avatar cculver commented on September 25, 2024

I think I may have missed this in the documentation. Thank you for clearing this up. Let me give it a shot and I'll report back and close the issue. Thanks!

from charts.

cculver avatar cculver commented on September 25, 2024

Thanks, I had multiple things going on including misconfiguration from a previous installation that made me think things weren't working. I wiped everything clean and started the deployment from scratch, erasing the PVC contents etc. Closing this issue.

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.