Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Removing useless docker dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slashben committed Dec 31, 2021
1 parent f4d7e09 commit 52be319
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/armo-components/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.1
version: 1.2.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.2.1"
appVersion: "v1.2.2"

maintainers:
- name: Ben Hirschberg
Expand Down
17 changes: 0 additions & 17 deletions charts/armo-components/templates/armo-websocket-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ spec:
env:
- name: CA_NAMESPACE
value: "{{ .Values.armoNameSpace }}"
- name: CA_USE_DOCKER
value: "{{ .Values.global.useDocker}}"
- name: CA_VULN_SCAN_SCHEDULE
value: "{{ .Values.armoWebsocket.scanSchedule}}"
- name: CA_POSTURE_SCAN_SCHEDULE
Expand All @@ -65,25 +63,10 @@ spec:
- -v=4
- 2>&1
volumeMounts:
{{- if .Values.global.useDocker }}
- mountPath: /var/run/docker.sock
name: docker-socket-volume
{{- end }}
# - name: {{ .Values.global.armoLoginSecretName }}
# mountPath: /etc/credentials
# readOnly: true
- name: {{ .Values.global.beConfig }}
mountPath: /etc/config
readOnly: true
volumes:
{{- if .Values.global.useDocker }}
- hostPath:
path: /var/run/docker.sock
name: docker-socket-volume
{{- end }}
# - name: {{ .Values.global.armoLoginSecretName }}
# secret:
# secretName: {{ .Values.global.armoLoginSecretName }}
- name: {{ .Values.global.beConfig }}
configMap:
name: {{ .Values.global.beConfig }}
Expand Down
3 changes: 0 additions & 3 deletions charts/armo-components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ nameOverride: ""
fullnameOverride: ""

global:
## Use Docker Engine
useDocker: true
armoSystemMode: "SCAN"

namespaceTier: armo-system-control-plane
beConfig: armo-be-config
armoServiceAccountName: armo-scanner-service-account
Expand Down

0 comments on commit 52be319

Please sign in to comment.