Enhance OPC ingestor with Redis authentication and update Helm chart configurations. Improve README for clarity on Docker and Kubernetes setup.
8 lines
185 B
YAML
8 lines
185 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "sientia-module.fullname" . }}-ssh-known-hosts
|
|
data:
|
|
known_hosts: |
|
|
{{ .Files.Get "files/github_known_hosts" | indent 4 }}
|