Giter Club home page Giter Club logo

Comments (2)

JimTim avatar JimTim commented on September 27, 2024 1

Works! I used the following ExternalSecret:

apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
  name: plausible-analytics
  namespace: plausible
spec:
  refreshInterval: "5m"
  secretStoreRef:
    kind: ClusterSecretStore
    name: <name-of-secret-store>
  target:
    creationPolicy: Owner
    name: plausible
    template:
      metadata:
        labels:
          app.kubernetes.io/name: plausible
  data:
  - secretKey: BASE_URL
    remoteRef:
      key: plausible-analytics
      property: BASE_URL
  - secretKey: ADMIN_USER_EMAIL
    remoteRef:
      key: plausible-analytics
      property: ADMIN_USER_EMAIL
  - secretKey: ADMIN_USER_PWD
    remoteRef:
      key: plausible-analytics
      property: ADMIN_USER_PWD
  - secretKey: ADMIN_USER_NAME
    remoteRef:
      key: plausible-analytics
      property: ADMIN_USER_NAME
  - secretKey: DATABASE_URL
    remoteRef:
      key: plausible-analytics
      property: DATABASE_URL
  - secretKey: CLICKHOUSE_DATABASE_URL
    remoteRef:
      key: plausible-analytics
      property: CLICKHOUSE_DATABASE_URL
  - secretKey: SECRET_KEY_BASE
    remoteRef:
      key: plausible-analytics
      property: SECRET_KEY_BASE
  - secretKey: TOTP_VAULT_KEY
    remoteRef:
      key: plausible-analytics
      property: TOTP_VAULT_KEY

from helm-charts.

zekker6 avatar zekker6 commented on September 27, 2024

Please, check out v0.2.3 release. It added a parameter to use secret which is managed outside of this chart:

# -- Configure an external secret to use for plausible
externalSecret:
  # -- Name of the external secret to use
  name: ""

If .Values.externalSecret.Name is not empty - it will be used in order to provide env for plausible container instead of default config.

from helm-charts.

Related Issues (2)

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.