Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions k8s/providers/hetzner/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ resources:
# the devantler-tech/aws repo sync lands in a follow-up increment. Hetzner-only
# because Crossplane (and the provider packages) are prod-only.
- aws/
# Short-lived activation of the disposable userns + Longhorn idmapped-mount
# proof (platform#2604). Capture the completed Job's logs, then remove this
# resource again so its generic ephemeral PVC and volume are garbage-collected.
- userns-longhorn-smoke/
# Default-off disposable proof for user namespaces + Longhorn idmapped mounts
# (platform#2599). Activate in a short-lived PR by uncommenting this resource,
# capture the completed Job's logs, then remove it again so its generic
# ephemeral PVC and Longhorn volume are garbage-collected.
# - userns-longhorn-smoke/
# Prod-only Coroot Postgres integration for the platform-owned CNPG DBs:
# additive CiliumNetworkPolicies that let the observability cluster-agent
# scrape each on 5432 (the Cluster patches below stamp the
Expand Down