add app plane
This commit is contained in:
14
resources/app-secrets/env/k3s-cluster/templates/plane-app.yaml
vendored
Normal file
14
resources/app-secrets/env/k3s-cluster/templates/plane-app.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: Prune=false
|
||||
sealedsecrets.bitnami.com/cluster-wide: "true"
|
||||
sealedsecrets.bitnami.com/managed: "true"
|
||||
creationTimestamp: null
|
||||
name: plane-app-secrets
|
||||
namespace: plane
|
||||
type: Opaque
|
||||
stringData:
|
||||
SECRET_KEY: "jvxSWYiseYAAStxb5D5EPTCTuLiPAc7CKRJ2iCVRJxCUrR5AQB"
|
||||
DATABASE_URL: "postgresql://plane:a@ZAfKma&CAfJQjUePXJf8U^@postgresql.argocd.svc.cluster.local/plane"
|
||||
Reference in New Issue
Block a user