SIENTIAPDE-1017
Enhance OPC ingestor with Redis authentication and update Helm chart configurations. Improve README for clarity on Docker and Kubernetes setup.
This commit is contained in:
7
helm/templates/know-hosts-configmap.yaml
Normal file
7
helm/templates/know-hosts-configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "sientia-module.fullname" . }}-ssh-known-hosts
|
||||
data:
|
||||
known_hosts: |
|
||||
{{ .Files.Get "files/github_known_hosts" | indent 4 }}
|
||||
Reference in New Issue
Block a user