secureCodeBox/secureCodeBox

View on GitHub
auto-discovery/cloud-aws/templates/deployment/config.yaml

Summary

Maintainability
Test Coverage
# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0

kind: ConfigMap
apiVersion: v1
metadata:
  name: auto-discovery-cloud-aws
data:
  auto-discovery-cloud-aws.yaml: | {{ .Values.config | toPrettyJson | nindent 4 }}