19 lines
585 B
YAML
19 lines
585 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/siderolabs/talos/refs/heads/release-1.11/website/content/v1.11/schemas/config.schema.json
|
|
cluster:
|
|
inlineManifests:
|
|
- name: flux
|
|
contents: |
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: flux-system
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cluster-variables
|
|
namespace: flux-system
|
|
data:
|
|
cluster_env: "{%- if node.cluster.production %} production {%- else %} staging {%- endif %}"
|