wiki/structured/assets/challenges.suse-cloud-native-fundamentals-scholarship-program/helm-nginx/templates/namespace.yaml
Gabriel Arazas 74fc53bb6a Update SUSE Cloud Native Computing course
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.
2021-07-07 16:34:13 +08:00

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 }}