a3ce2d473c
Ship Proxmox, oVirt, VMware, and OpenStack behind one Postgres stack, Makefile helpers (up/clean/helm up|down/push), and a Helm chart with namespace, Let's Encrypt ingresses, migrate inits, and skip-if-seeded jobs.
9 lines
182 B
YAML
9 lines
182 B
YAML
{{- if .Values.namespaceCreate }}
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: {{ include "lab.namespace" . }}
|
|
labels:
|
|
{{- include "lab.labels" . | nindent 4 }}
|
|
{{- end }}
|