From 416be9300ab08b77abdc99929b09cb371b785977 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 23 Jul 2022 08:50:27 +0200 Subject: [PATCH] untrack k9s config since it is dynamic --- .config/k9s/config.yml | 46 ------------------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 .config/k9s/config.yml diff --git a/.config/k9s/config.yml b/.config/k9s/config.yml deleted file mode 100644 index 196f74c..0000000 --- a/.config/k9s/config.yml +++ /dev/null @@ -1,46 +0,0 @@ -k9s: - refreshRate: 2 - maxConnRetry: 5 - enableMouse: false - headless: false - logoless: false - crumbsless: false - readOnly: false - noIcons: false - logger: - tail: 100 - buffer: 5000 - sinceSeconds: 60 - fullScreenLogs: false - textWrap: false - showTime: false - currentContext: k8s2 - currentCluster: k8s2 - clusters: - k8s2: - namespace: - active: gitea - favorites: - - gitea - - default - view: - active: po - featureGates: - nodeShell: false - shellPod: - image: busybox:1.31 - command: [] - args: [] - namespace: default - limits: - cpu: 100m - memory: 100Mi - portForwardAddress: localhost - thresholds: - cpu: - critical: 90 - warn: 70 - memory: - critical: 90 - warn: 70 - screenDumpDir: /tmp/k9s-screens-dln