1namespace: vpn 2apiVersion: kustomize.config.k8s.io/v1beta1 3kind: Kustomization 4resources: 5- deployment-client-b.yaml 6generatorOptions: 7 disableNameSuffixHash: true 8secretGenerator: 9- name: wireguard-client-b 10 files: 11 - ./wg0.conf
View as plain text