proxy-detection/k8s-secret.yaml

9 lines
268 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: proxy-detection-secret
type: Opaque
data:
# Base64 encoded API key (replace with your actual base64 encoded API key)
# To encode: echo -n "your-api-key" | base64
api-key: YmQ0MDZiZjUzZGRjNmFiZTFkOWRlNTkwNzgzMGE5NTU=