Skip to content

Please, clarify how to load config. #76

@DaBlitzStein

Description

@DaBlitzStein

I have been using values.yaml file:

wireguard:
  enabled: true
  port: 51820
  serverAddress: "10.34.0.1/24"

  privateKeySecretName: "wg-vpn-1-wg-generated"
  dns: "10.96.0.10"
  clients:
    - PublicKey: "ww"
      AllowedIPs: "10.34.0.5/32"
    - PublicKey: "ww"
      AllowedIPs: "10.34.0.2/32"
    - PublicKey: "ww"
      AllowedIPs: "10.34.0.4/32"

service:
  type: LoadBalancer 
  port: 51820 

But it looks like it is ignoring everything.

Maybe I am not configuring it right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions