We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb5e95 commit a6f88ffCopy full SHA for a6f88ff
templates/deployment.yaml.j2
@@ -9,7 +9,7 @@ kind: Deployment
9
{% endif %}
10
metadata:
11
name: {{ app_name }}
12
- namespace: {{ namespace }}
+ namespace: "{{ namespace | string }}"
13
labels:
14
app: {{ app_name }}
15
service: {{ app_name }}
templates/pvc.yaml.j2
@@ -4,7 +4,7 @@ apiVersion: v1
4
kind: PersistentVolumeClaim
5
6
7
8
spec:
accessModes:
- ReadWriteOnce
templates/service.yaml.j2
kind: Service
0 commit comments