Skip to content

Instantly share code, notes, and snippets.

View sk31337's full-sized avatar

Steffen sk31337

  • SAP
  • Germany
  • 10:56 (UTC +02:00)
View GitHub Profile
@sk31337
sk31337 / kro-instances.yaml
Created December 9, 2025 09:36
kro.run ResourceGraphDefinition includeWhen OR extended example
---
# Example Instance 1: Enable Config A and B
apiVersion: kro.run/v1alpha1
kind: ConfigMapSet
metadata:
name: enable-ab-instance
spec:
enableConfigA: true
enableConfigB: true
prefix: "ab"