mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
9 lines
213 B
YAML
9 lines
213 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: {{ include "..fullname" . }}-strongswan
|
||
|
labels:
|
||
|
{{- include "..labels" . | nindent 4 }}
|
||
|
data:
|
||
|
swanctl.conf: {{ include "strongswan.swanctl-conf" . | b64enc }}
|