fix
This commit is contained in:
@@ -245,6 +245,9 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
|
||||
- name: scripts
|
||||
mountPath: /docker-entrypoint.d/certs.sh
|
||||
subPath: certs.sh
|
||||
- name: scripts
|
||||
mountPath: /taiga-back/settings/config.py
|
||||
subPath: config.py
|
||||
- name: data
|
||||
mountPath: /taiga-back/static
|
||||
subPath: static
|
||||
@@ -361,6 +364,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