Unverified Commit 8733895c authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

nixos/k3s: replace deprecated `--no-deploy` flag in option description (#395708)

parents 22db2182 e77d893e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -458,7 +458,7 @@ in
      type = with lib.types; either str (listOf str);
      default = [ ];
      example = [
        "--no-deploy traefik"
        "--disable traefik"
        "--cluster-cidr 10.24.0.0/16"
      ];
    };