Add ToDos
This commit is contained in:
parent
5d8ab16739
commit
50e131dfb8
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ spec:
|
||||||
readOnly: false
|
readOnly: false
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: taiga-back-configmap
|
name: taiga-back-configmap # ToDo: Update configmap name
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: taiga-back-secret
|
name: taiga-back-secret
|
||||||
- secretRef:
|
- secretRef:
|
||||||
|
@ -103,7 +103,7 @@ spec:
|
||||||
- name: POSTGRES_PORT
|
- name: POSTGRES_PORT
|
||||||
value: 5432
|
value: 5432
|
||||||
|
|
||||||
volumes:
|
volumes: # ToDo: Remove Volumes where not necessary
|
||||||
- name: taiga-static
|
- name: taiga-static
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: taiga-static
|
claimName: taiga-static
|
||||||
|
|
Loading…
Reference in a new issue