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
145 B
YAML
8 lines
145 B
YAML
# This fails because the key AZURE_BATCH_KEY is set.
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: test-config
|
|
data:
|
|
AZURE_BATCH_KEY: xxxxx
|