Skip to content

Commit

Permalink
Cleanup dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed May 22, 2020
1 parent b2e3ffc commit a6661a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kotsadm/kustomize/overlays/dev/minio/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
release: minio
name: minio
spec:
serviceName: minio
selector:
matchLabels:
app: minio
Expand Down
2 changes: 1 addition & 1 deletion kotsadm/operator/kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

resources:
- ./deployment.yaml
# - ./rbac.yaml
- ./rbac.yaml
1 change: 1 addition & 0 deletions kotsadm/operator/kustomize/base/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: default
namespace: default

0 comments on commit a6661a1

Please sign in to comment.