Skip to content
Snippets Groups Projects
Commit 095c0e63 authored by xeruf's avatar xeruf
Browse files

apps/meet: fix secretRef required fields

parent d270f6b3
Branches
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ spec:
name: stackspin-cluster-variables
- kind: ConfigMap
name: stackspin-calcom-kustomization-variables
- kind: Secret
name: stackspin-calcom-variables
# OIDC
- kind: Secret
name: stackspin-calcom-oauth-variables
......
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
metadata:
name: stackspin-calcom-postgres
namespace: stackspout
spec:
fields:
- fieldName: password
- fieldName: postgres-password
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
metadata:
name: stackspin-calcom-keys
namespace: stackspout
name: stackspin-calcom-variables
namespace: flux-system
spec:
# DATABASE_URL
# NEXT_PUBLIC_WEBAPP_URL
fields:
- fieldName: NEXTAUTH_SECRET
- fieldName: CALENDSO_ENCRYPTION_KEY
- fieldName: postgresql_password
- fieldName: postgresql_postgres_password
- fieldName: nextauth_secret
- fieldName: calendso_key
apiVersion: v1
kind: Secret
metadata:
name: stackspin-calcom-keys
namespace: stackspout
type: Opaque
data:
DATABASE_URL: "postgresql://calcom:${postgresql_password}@calcom-postgresql/calcom"
NEXT_PUBLIC_WEBAPP_URL: "https://${calcom_domain}"
NEXTAUTH_SECRET: "${nextauth_secret}"
CALENDSO_ENCRYPTION_KEY: "${calendso_key}"
......@@ -14,7 +14,8 @@ data:
auth:
database: calcom
username: calcom
existingSecret: "stackspin-calcom-postgres"
password: "${postgresql_password}"
postgresPassword: "${postgresql_postgres_password}"
primary:
persistence:
existingClaim: calcom-postgres
......
......@@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: gatus
version: 1.0 # TODO
version: 3.4.1
sourceRef:
kind: HelmRepository
name: minicloudlabs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment