mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-01 01:57:55 +00:00
15 lines
246 B
YAML
15 lines
246 B
YAML
|
apiVersion: v1
|
||
|
data:
|
||
|
{{ .Values.configmap.data }}
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: nginx-version
|
||
|
namespace: {{ .Values.namespace.name }}
|
||
|
|
||
|
apiVersion: v1
|
||
|
kind: Namespace
|
||
|
metadata:
|
||
|
labels:
|
||
|
tier: test
|
||
|
name: {{ .Values.namespace.name }}
|