Compare commits
4 Commits
wip/proxy-
...
dragonfly
Author | SHA1 | Date | |
---|---|---|---|
524b9af107 | |||
95ac4d347f | |||
f7b22c3c99 | |||
49a3bc3d6d |
5
base/dragonfly/kustomization.yaml
Normal file
5
base/dragonfly/kustomization.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.11/manifests/dragonfly-operator.yaml
|
@ -11,4 +11,5 @@ resources:
|
||||
- ./minio
|
||||
- ./metrics
|
||||
- ./nginx
|
||||
- ./dragonfly
|
||||
#- ./cloudnative-pg-operator
|
||||
|
@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/olm.yaml
|
||||
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/olm.yaml
|
||||
- resources/mandatory-operators
|
||||
|
@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.27.0/crds.yaml
|
||||
- https://raw.githubusercontent.com/ory/k8s/v0.30.0/helm/charts/hydra-maester/crds/crd-oauth2clients.yaml
|
||||
- https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.31.0/crds.yaml
|
||||
- https://raw.githubusercontent.com/ory/k8s/v0.50.7/helm/charts/hydra-maester/crds/crd-oauth2clients.yaml
|
||||
|
Reference in New Issue
Block a user