We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614955e commit 24129e3Copy full SHA for 24129e3
config/manager/instascale-configmap.yaml
@@ -0,0 +1,6 @@
1
+kind: ConfigMap
2
+apiVersion: v1
3
+metadata:
4
+ name: instascale-config
5
+data:
6
+ maxScaleoutAllowed: "15"
config/manager/kustomization.yaml
@@ -1,5 +1,6 @@
resources:
- manager.yaml
+- instascale-configmap.yaml
generatorOptions:
disableNameSuffixHash: true
config/manager/manager.yaml
@@ -38,6 +38,7 @@ spec:
38
- "--health-probe-bind-address=:8081"
39
- "--metrics-bind-address=0.0.0.0:8080"
40
- "--leader-elect"
41
+ - "--configs-namespace=codeflare-system"
42
image: controller:latest
43
imagePullPolicy: Always
44
name: manager
0 commit comments