{ "spec": { "controller": { "resources": { "limits": { "cpu": "16", "memory": "32Gi" }, "requests": { "cpu": "1", "memory": "2Gi" } } }, "kustomizeBuildOptions": "--enable-alpha-plugins", "repo": { "volumes": [ { "name": "kustomize", "emptyDir": {} } ], "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.19.0-1" }, { "args": [ "-c", "mkdir -p /.config/kustomize/plugin/policy.open-cluster-management.io/v1/policygenerator && cp /policy-generator/PolicyGenerator-not-fips-compliant /.config/kustomize/plugin/policy.open-cluster-management.io/v1/policygenerator/PolicyGenerator" ], "command": [ "/bin/bash" ], "image": "infra.5g-deployment.lab:8443/rhacm2/multicluster-operators-subscription-rhel9:2.14.0-1", "name": "policy-generator-install", "imagePullPolicy": "Always", "volumeMounts": [ { "mountPath": "/.config", "name": "kustomize" } ] } ], "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" } } } } }