mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-08-23 22:26:34 +00:00
* Add sensitiveContainerEnvVar and sensitiveConfigMapContent checks * Update full example configfile
8 lines
153 B
YAML
8 lines
153 B
YAML
# This fails because the key OCI_CLI_KEY_CONTENT is set.
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: test-config
|
|
data:
|
|
OCI_CLI_KEY_CONTENT: xxxxx
|