{ "spec": { "controller": { "resources": { "limits": { "cpu": "16", "memory": "32Gi" }, "requests": { "cpu": "1", "memory": "2Gi" } } }, "kustomizeBuildOptions": "--enable-alpha-plugins", "repo": { "volumes": [ { "name": "kustomize", "readOnly": false, "path": "/.config" } ], "initContainers": [ { "resources": { }, "terminationMessagePath": "/dev/termination-log", "name": "kustomize-plugin", "command": [ "/exportkustomize.sh" ], "args": [ "/.config" ], "imagePullPolicy": "Always", "volumeMounts": [ { "name": "kustomize", "mountPath": "/.config" } ], "terminationMessagePolicy": "File", "image": "infra.5g-deployment.lab:8443/openshift4/ztp-site-generate-rhel8:v4.18.0-39" } ], "volumeMounts": [ { "name": "kustomize", "mountPath": "/.config" } ], "env": [ { "name": "ARGOCD_EXEC_TIMEOUT", "value": "360s" }, { "name": "KUSTOMIZE_PLUGIN_HOME", "value": "/.config/kustomize/plugin" } ], "resources": { "limits": { "cpu": "8", "memory": "16Gi" }, "requests": { "cpu": "1", "memory": "2Gi" } } } } }