You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
I tried to setup workflow using store persistent data in AWS S3.
I followed the steps from here
This is how the custom values.yaml file looks like
global:
# Set the storage backend
storage: s3
s3:
# Your AWS access key. Leave it empty if you want to use IAM credentials.
accesskey: "xxxx"
# Your AWS secret key. Leave it empty if you want to use IAM credentials.
secretkey: "xxxx"
# Any S3 region
region: "xx"
# Your buckets.
registry_bucket: "registry-xxxx"
database_bucket: "database-xxxx"
builder_bucket: "builder-xxxx"
After installing Workflow helm install deis/workflow --namespace deis -f values.yaml
the deis-controller pod is not starting and in logs I'mm getting:
system information:
Django Version: 1.11.3
Python 3.5.2
Django checks:
System check identified no issues (2 silenced).
Health Checks:
Checking if database is alive
There was a problem connecting to the database
FATAL: password authentication failed for user "xxxxx"
The text was updated successfully, but these errors were encountered:
I tried to setup workflow using store persistent data in AWS S3.
I followed the steps from here
This is how the custom values.yaml file looks like
After installing Workflow
helm install deis/workflow --namespace deis -f values.yaml
the deis-controller pod is not starting and in logs I'mm getting:
The text was updated successfully, but these errors were encountered: