Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBP chart - external s3 issue #18

Open
AdZoAi opened this issue Dec 7, 2021 · 2 comments
Open

HBP chart - external s3 issue #18

AdZoAi opened this issue Dec 7, 2021 · 2 comments

Comments

@AdZoAi
Copy link

AdZoAi commented Dec 7, 2021

Hi,

When setting an external S3, this error is recieved:

Error: ConfigMap in version "v1" cannot be handled as a ConfigMap: v1.ConfigMap.Data: ReadString: expects " or n, but found t, error found in #10 byte of ...|"s3.ssl":true},"kind|..., bigger context ...|dpoint":"s3.eu-central-1.wasabisys.com","s3.ssl":true},"kind":"ConfigMap","metadata":{"annotations":|...

yaml
....
minio:
defaultBuckets: hasura-plus
enabled: false
nameOverride: ''
nodeSelector: {}
podAnnotations: {}
podSecurityContext: {}
replicaCount: 1
resources: {}
securityContext: {}
service:
port: 80
type: ClusterIP
serviceAccount:
annotations: {}
create: true
name: ''
storage:
enabled: true
external:
accessKey: ...
bucket: zpot-co-data
enabled: true
secretKey: ...
ssl: true
endpoint: s3.eu-central-1.wasabisys.com
rules: null
tolerations: []

Great job!

@AdZoAi AdZoAi changed the title external s3 issue HBP chart - external s3 issue Dec 7, 2021
@AdZoAi
Copy link
Author

AdZoAi commented Dec 8, 2021

The issue is that config-map.yaml reader expect a "true" for s3.ssl: so a logical true (not double quoted fails!. Using '"true"' or '"false"' for this setting works!

@AdZoAi
Copy link
Author

AdZoAi commented Dec 8, 2021

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant