12 lines
244 B
YAML
12 lines
244 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: script-configmap
|
||
|
namespace: {{ $.Release.Namespace }}
|
||
|
labels:
|
||
|
{{ include "kubezero-lib.labels" $ | indent 4 }}
|
||
|
data:
|
||
|
script.sh: |-
|
||
|
#!/bin/sh
|
||
|
/bin/gunzip -k /tmp/dashboards/*/*.gz
|