Skip to content

Commit

Permalink
NDEV-21497 : changed metadata name (#512)
Browse files Browse the repository at this point in the history
Signed-off-by: sratslla <[email protected]>
  • Loading branch information
sratslla authored Feb 7, 2025
1 parent 205c5c9 commit 95f43ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: nirmata.io/v1alpha1
kind: AWSAccountConfig
metadata:
name: primary-aws-scan-config
name: "{{ .Values.scanner.primaryAWSAccountConfig.accountName | lower | replace " " "-" }}-{{ .Values.scanner.primaryAWSAccountConfig.accountID }}"
spec:
scanInterval: {{ .Values.scanner.primaryAWSAccountConfig.scanInterval | default "1h" }}
accountID: "{{ .Values.scanner.primaryAWSAccountConfig.accountID }}"
Expand Down

0 comments on commit 95f43ec

Please sign in to comment.