mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 19:57:57 +00:00
74fc53bb6a
Hoorah! Finally made it through the course! On the other hand, I also updated the `concat-asset-folder` function to accept multiple arguments representing the directory hierarchy instead of a separator.
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 }}
|