A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: get rid of init container

+2 -22
+2 -22
kubernetes/apps/at/pds/knot.yaml
··· 23 23 knot: 24 24 annotations: 25 25 reloader.stakater.com/auto: "true" 26 - initContainers: 27 - init-ssh-keys: 28 - image: 29 - repository: alpine 30 - tag: 3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 31 - command: ash 32 - args: 33 - - -e 34 - - -c 35 - - | 36 - mkdir -p /ssh/keys 37 - chmod 700 /ssh/keys 38 - securityContext: 39 - allowPrivilegeEscalation: false 40 - capabilities: { drop: ["ALL"] } 41 26 containers: 42 27 app: 43 28 image: ··· 48 33 49 34 KNOT_SERVER_HOSTNAME: &hostname "knot.${ATPROTO_HOST}" 50 35 # KNOT_SERVER_OWNER set via secret 36 + KNOT_SSH_KEYS_PATH: /ssh-keys/keys 51 37 KNOT_SERVER_DB_PATH: /data/knotserver.db 52 38 KNOT_REPO_SCAN_PATH: /repositories 53 39 envFrom: ··· 133 119 type: persistentVolumeClaim 134 120 accessMode: ReadWriteOncePod 135 121 size: 128Mi 136 - advancedMounts: 137 - knot: 138 - init-ssh-keys: 139 - - path: /ssh 140 - app: 141 - - path: /ssh-keys 142 - subPath: keys 122 + retain: true 143 123 tmp: 144 124 type: emptyDir