Skip to content

Instantly share code, notes, and snippets.

@ndrpnt
Last active June 13, 2024 10:35
Show Gist options
  • Save ndrpnt/5f1fd69390566a414e67d2b7db91f175 to your computer and use it in GitHub Desktop.
Save ndrpnt/5f1fd69390566a414e67d2b7db91f175 to your computer and use it in GitHub Desktop.
apiVersion: example.com/v1
kind: Foo
metadata:
annotations:
argocd.argoproj.io/sync-wave: "-1"
name: my-foo
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
argocd.argoproj.io/sync-wave: "1"
name: foos.example.com
spec:
group: example.com
versions:
- name: v1
served: true
storage: true
schema:
openAPIV3Schema:
type: object
scope: Namespaced
names:
plural: foos
singular: foo
kind: Foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment