fix
This commit is contained in:
@@ -248,6 +248,9 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
|
||||
- name: taiga-back
|
||||
containerPort: 8000
|
||||
volumeMounts:
|
||||
- name: scripts
|
||||
mountPath: /taiga-back/settings/config.py
|
||||
subPath: config.py
|
||||
- name: scripts
|
||||
mountPath: /docker-entrypoint.d/certs.sh
|
||||
subPath: certs.sh
|
||||
@@ -370,6 +373,8 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
|
||||
items:
|
||||
- key: certs.sh
|
||||
path: certs.sh
|
||||
- key: config.py
|
||||
path: config.py
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
claimName: ${kubectl_manifest.pvc.name}
|
||||
|
||||
Reference in New Issue
Block a user