Skip to content

Commit

Permalink
remove args to operator container
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Dec 19, 2024
1 parent f49b51b commit d767792
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
4 changes: 0 additions & 4 deletions charts/kubescape-operator/templates/operator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ spec:
- name : no_proxy
value: "{{ $no_proxy_envar_list }}"
{{- end }}
args:
- -alsologtostderr
- -v=4
- 2>&1
volumeMounts:
- name: {{ $components.cloudSecret.name }}
mountPath: /etc/credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2946,11 +2946,7 @@ all capabilities:
affinity: null
automountServiceAccountToken: true
containers:
- args:
- -alsologtostderr
- -v=4
- 2>&1
env:
- env:
- name: HELM_RELEASE
value: kubescape-operator-1.24.0
- name: GOMEMLIMIT
Expand All @@ -2971,7 +2967,7 @@ all capabilities:
value: https://foo:bar@baz:1234
- name: no_proxy
value: kubescape,kubevuln,node-agent,operator,otel-collector,kubernetes.default.svc.*,127.0.0.1,*.foo,bar.baz
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -8020,11 +8016,7 @@ default capabilities:
affinity: null
automountServiceAccountToken: true
containers:
- args:
- -alsologtostderr
- -v=4
- 2>&1
env:
- env:
- name: HELM_RELEASE
value: kubescape-operator-1.24.0
- name: GOMEMLIMIT
Expand All @@ -8041,7 +8033,7 @@ default capabilities:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -12064,11 +12056,7 @@ disable otel:
affinity: null
automountServiceAccountToken: true
containers:
- args:
- -alsologtostderr
- -v=4
- 2>&1
env:
- env:
- name: HELM_RELEASE
value: kubescape-operator-1.24.0
- name: GOMEMLIMIT
Expand All @@ -12085,7 +12073,7 @@ disable otel:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -15628,11 +15616,7 @@ minimal capabilities:
affinity: null
automountServiceAccountToken: true
containers:
- args:
- -alsologtostderr
- -v=4
- 2>&1
env:
- env:
- name: HELM_RELEASE
value: kubescape-operator-1.24.0
- name: GOMEMLIMIT
Expand All @@ -15649,7 +15633,7 @@ minimal capabilities:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4318
image: quay.io/kubescape/operator:v0.2.55
image: quay.io/kubescape/operator:test-483df00
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down

0 comments on commit d767792

Please sign in to comment.