added secret
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
|
*/*.secret.yaml
|
||||||
*.secret.yaml
|
*.secret.yaml
|
||||||
|
*secret*
|
||||||
|
|
||||||
# Go binaries
|
# Go binaries
|
||||||
hub/hub
|
hub/hub
|
||||||
|
|||||||
@@ -171,6 +171,16 @@ spec:
|
|||||||
name: wg-endpoint-ssh
|
name: wg-endpoint-ssh
|
||||||
key: hostkey
|
key: hostkey
|
||||||
optional: true
|
optional: true
|
||||||
|
- name: HETZNER_POOL_BOX_ID
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: storagebox
|
||||||
|
key: HETZNER_POOL_BOX_ID
|
||||||
|
- name: HETZNER_TOKEN
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: storagebox
|
||||||
|
key: HETZNER_TOKEN
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
|
|||||||
Reference in New Issue
Block a user