Skip to content

Commit

Permalink
feat(gemini): add crds for gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
aka-raccoon committed Nov 15, 2021
1 parent 7585351 commit 34d0c61
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cluster/apps/downloads/readarr/backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ spec:
persistentVolumeClaim:
claimName: readarr-config
schedule:
- every: "10 minutes"
keep: 3
- every: day
keep: 3
43 changes: 43 additions & 0 deletions cluster/crds/gemini/crds.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: snapshotgroups.gemini.fairwinds.com
spec:
conversion:
strategy: None
group: gemini.fairwinds.com
names:
kind: SnapshotGroup
listKind: SnapshotGroupList
plural: snapshotgroups
singular: snapshotgroup
preserveUnknownFields: true
scope: Namespaced
versions:
- name: v1beta1
served: true
storage: true
status:
acceptedNames:
kind: SnapshotGroup
listKind: SnapshotGroupList
plural: snapshotgroups
singular: snapshotgroup
conditions:
- lastTransitionTime: "2021-11-15T14:19:59Z"
message: 'spec.preserveUnknownFields: Invalid value: true: must be false'
reason: Violations
status: "True"
type: NonStructuralSchema
- lastTransitionTime: "2021-11-15T14:19:59Z"
message: no conflicts found
reason: NoConflicts
status: "True"
type: NamesAccepted
- lastTransitionTime: "2021-11-15T14:19:59Z"
message: the initial names have been accepted
reason: InitialNamesAccepted
status: "True"
type: Established
storedVersions:
- v1beta1
4 changes: 4 additions & 0 deletions cluster/crds/gemini/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- crds.yaml
1 change: 1 addition & 0 deletions cluster/crds/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ kind: Kustomization
resources:
- cert-manager
- external-dns
- gemini
- kube-prometheus-stack
- traefik

0 comments on commit 34d0c61

Please sign in to comment.