mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-10-29 09:42:29 +00:00
10 lines
290 B
YAML
10 lines
290 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cassandra-configurations-override
|
|
namespace: {{ include "common.namespace" . }}
|
|
data:
|
|
{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
|
|
cqlshrc.tip-wlan: |
|
|
{{ tpl (.Files.Get "files/cqlshrc.tip-wlan") . | nindent 4 }}
|