mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-12 17:26:19 +00:00
485 B
485 B
Preparation
{{ page.meta.slug }} Namespace
We need a namespace to deploy our HelmRelease and associated YAMLs into. Per the flux design, I create this example yaml in my flux repo at /bootstrap/namespaces/namespace-{{ page.meta.helmrelease_namespace }}.yaml:
apiVersion: v1
kind: Namespace
metadata:
name: {{ page.meta.helmrelease_namespace }}