mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-12 21:19:00 +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 }}
|