generated from phoenix-oss/tenant-tpl
use targetNamespace
This commit is contained in:
parent
521eb0b8cc
commit
6b7d7987b5
2 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,5 @@ spec:
|
||||||
wait: false
|
wait: false
|
||||||
interval: 30m
|
interval: 30m
|
||||||
retryInterval: 1m
|
retryInterval: 1m
|
||||||
|
targetNamespace: ${TENANT_NAMESPACE}
|
||||||
timeout: 5m
|
timeout: 5m
|
||||||
|
|
|
@ -2,7 +2,6 @@ apiVersion: v1
|
||||||
kind: PersistentVolumeClaim
|
kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: ${TENANT_NAMESPACE}-image-storage
|
name: ${TENANT_NAMESPACE}-image-storage
|
||||||
namespace: ${TENANT_NAMESPACE}
|
|
||||||
annotations:
|
annotations:
|
||||||
helm.sh/resource-policy: keep
|
helm.sh/resource-policy: keep
|
||||||
spec:
|
spec:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue