Skip to content

Commit

Permalink
update: autoscale
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 7, 2023
1 parent ddb4c80 commit ddd8069
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 4 additions & 1 deletion components/configs/cluster/autoscale/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonLabels:
autoscale: config

resources:
- autoscaling.yaml
- setup-machineset.yaml
- machineset-setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: machineset-setup
namespace: openshift-config
---
apiVersion: batch/v1
kind: Job
metadata:
generateName: machineset-setup-
name: machineset-setup
namespace: openshift-config
annotations:
argocd.argoproj.io/hook: Sync
# argocd.argoproj.io/hook-delete-policy: HookSucceeded
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

commonLabels:
autoscale: config

namespace: openshift-config

resources:
- ../../base

0 comments on commit ddd8069

Please sign in to comment.