* fix mounting * svc accounts and other fixes * remove redundant sync closure call * switch back to using dev tags and format * do not overwrite in initContainers * rename to scheduler-service-account * add documentation * fix lack of cp -n on busybox * use kubectl run, still needs affinity * add affinity * downgrade kubectl on scheduler to match docker-desktop latest * fix overrides * THE MISISNG PIECE * add attach permissions * fmt * update kube documentation * put docs on the docs site instead
13 lines
201 B
YAML
13 lines
201 B
YAML
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: airbyte-volume-db
|
|
labels:
|
|
airbyte: volume-db
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 500Mi
|