Skip to content

Commit

Permalink
refactor: mc
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 26, 2024
1 parent 98d30b2 commit f2bc22e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
5 changes: 2 additions & 3 deletions components/app-configs/image-puller/base/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ spec:
- name: tools
image: image-registry.openshift-image-registry.svc:5000/openshift/tools:latest
command:
- tail
- -f
- /dev/null
- sleep
- 3600
resources:
limits:
memory: 20Mi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- 99-crio-disable-wipe.yaml
- 99-master-ssh-machineconfig.yaml
- 99-worker-ssh-machineconfig.yaml
components:
- ../components/crio-disable-wipe
- ../components/ssh-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

resources:
- 99-crio-disable-wipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:
- 99-master-ssh-machineconfig.yaml
- 99-worker-ssh-machineconfig.yaml

0 comments on commit f2bc22e

Please sign in to comment.