Skip to content

Commit

Permalink
Add aws credential source in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Sep 9, 2024
1 parent 0f48322 commit c5cb8f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- name: ROLE_NAME
value: "{{ .Values.cloudAccount.roleName }}"
- name: AWS_CREDENTIAL_SOURCE
value: "Ec2InstanceMetadata"
value: "{{ .Values.awsCredentialSource }}"
- name: CLOUD_AUDIT_LOG_IDS
value: "{{ .Values.cloudAuditLogIDs }}"
- name: HTTP_SERVER_REQUIRED
Expand Down
4 changes: 4 additions & 0 deletions helm-chart/deepfence-cloud-scanner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ logLevel: info
# If empty, a trail with management events will be automatically chosen if available.
cloudAuditLogIDs: ""

# Only applicable in AWS
# Must be one of "Ec2InstanceMetadata", "EcsContainer", "Environment"
awsCredentialSource: "Ec2InstanceMetadata"

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
6 changes: 3 additions & 3 deletions helm-chart/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
deepfence-cloud-scanner:
- apiVersion: v2
appVersion: 2.3.0
created: "2024-07-10T17:34:58.164442+05:30"
created: "2024-09-09T17:02:58.063848+05:30"
description: Deepfence Cloud Scanner
digest: 8fd5b9ed397bbb3d1774816ac16e7fb5934d0690f50fcc284c51dc929cc6895b
digest: f4140137fb960dabcad41f24f631837d63048fe9e9d5bcee55254b63f9400be9
name: deepfence-cloud-scanner
type: application
urls:
- deepfence-cloud-scanner-1.0.0.tgz
version: 1.0.0
generated: "2024-07-10T17:34:58.164023+05:30"
generated: "2024-09-09T17:02:58.063205+05:30"

0 comments on commit c5cb8f5

Please sign in to comment.