Skip to content

Commit

Permalink
curvenote: enable events publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 23, 2023
1 parent c1aa318 commit ff7151d
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions config/curvenote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,26 @@ binderhub:
secretKeyRef:
name: curvenote-binderhub-container-registry-helper
key: auth_token
GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json

registry:
url: 166088433508.dkr.ecr.us-east-2.amazonaws.com
username: ""
password: ""

# extraVolumes:
# - name: secrets
# secret:
# secretName: events-archiver-secrets
# extraVolumeMounts:
# - name: secrets
# mountPath: /secrets
# readOnly: true
# extraEnv:
# GOOGLE_APPLICATION_CREDENTIALS: /secrets/service-account.json
extraVolumes:
- name: secrets
secret:
secretName: events-archiver-secrets
extraVolumeMounts:
- name: secrets
mountPath: /secrets
readOnly: true

extraPodSpec:
priorityClassName: binderhub-core

extraConfig:
01-eventlog: |
# Disabled until GOOGLE_APPLICATION_CREDENTIALS secret is available
# and secrets/events-archiver/curvenote.json is created
10-external-registry-helper: |
import json
from os import getenv
Expand Down

0 comments on commit ff7151d

Please sign in to comment.