Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
added kustomization support
  • Loading branch information
cameronbraid committed Apr 3, 2020
commit 6bf918964a0c7c042e6525367b38e1a32842910a
7 changes: 7 additions & 0 deletions deploy/cluster/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../common/
- cluster_role.yaml
- cluster_role_binding.yaml
- operator.yaml
2 changes: 1 addition & 1 deletion deploy/cluster/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: redis-operator
# Replace this with the built image name
image: REPLACE_IMAGE
image: redis-operator
command:
- redis-operator
imagePullPolicy: Always
Expand Down
10 changes: 0 additions & 10 deletions deploy/cluster/redis_v1beta1_rediscluster_cr.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions deploy/common/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- redis_v1beta1_rediscluster_crd.yaml
- service_account.yaml
File renamed without changes.
7 changes: 7 additions & 0 deletions deploy/namespace/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../common/
- operator.yaml
- role.yaml
- role_binding.yaml
2 changes: 1 addition & 1 deletion deploy/namespace/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
containers:
- name: redis-operator
# Replace this with the built image name
image: REPLACE_IMAGE
image: redis-operator
command:
- redis-operator
imagePullPolicy: Always
Expand Down
7 changes: 0 additions & 7 deletions deploy/namespace/redis_v1beta1_rediscluster_cr.yaml

This file was deleted.