Skip to content

QCDIS/VREPaaS-helm-charts

Repository files navigation

Release Charts Test Charts

VREPaaS-helm-charts

Installation

Create values.yaml, filling-in the following:

global:
  environment: production

  keycloak:
    url: "https://host/path"
    realm: "my-realm"
    client_id: "my-client-id"
    client_secret_key: "my-secret-key"

  argo:
    url: "https://host/path"
    namespace: "my-namespace"
    token: "Bearer my-token"
    # Alternatively, pass serviceAccountTokenSecretKeyRef (see values.yaml)


vreapi:
  secret_key: "(generate random key)"
  auth:
    superuser_email:
    superuser_username: "(pick a username)"
    superuser_password: "(generate a password)"
    username: "(pick a username)"
    password: "(generate a password)"
    token: "(generate a token)"

vreapp:
  secret_key: "(generate random another key)"

Run:

helm install paas oci://ghcr.io/qcdis/charts/vrepaas -f values.yaml