Skip to content

Instantly share code, notes, and snippets.

@sadysnaat
Created December 11, 2024 17:59
Show Gist options
  • Save sadysnaat/911cb2d8e8a52adffc18291fd7f669ca to your computer and use it in GitHub Desktop.
Save sadysnaat/911cb2d8e8a52adffc18291fd7f669ca to your computer and use it in GitHub Desktop.
Sample CoreProvider with ManifestPatches
apiVersion: operator.cluster.x-k8s.io/v1alpha2
kind: CoreProvider
metadata:
name: cluster-api
namespace: capi-system
spec:
manifestPatches:
- |
apiVersion: v1
kind: Service
metadata:
labels:
key: value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment