8 lines
171 B
YAML
Executable File
8 lines
171 B
YAML
Executable File
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: heat-ks-endpoints-sh
|
|
data:
|
|
ks-endpoints.sh: |+
|
|
{{ tuple "bin/_ks-endpoints.sh.tpl" . | include "template" | indent 4 }}
|