mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
16c63d57cd
* dev-docs: add 'things to try' section to VPN howto * dev-docs: full L3 connectivity in VPN chart
16 lines
412 B
YAML
16 lines
412 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "..fullname" . }}-operator
|
|
labels: {{- include "..labels" . | nindent 4 }}
|
|
data:
|
|
{{ (.Files.Glob "files/operator/*").AsConfig | indent 2 }}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "..fullname" . }}-strongswan
|
|
labels: {{- include "..labels" . | nindent 4 }}
|
|
data:
|
|
{{ (.Files.Glob "files/strongswan/*").AsConfig | indent 2 }}
|