This repository has been archived by the owner on May 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: out-of-cluster kubeconfig permission denied (#28)
* fix: out-of-cluster kubeconfig permission denied Signed-off-by: Lin Yang <[email protected]> * fix: pointer Signed-off-by: Lin Yang <[email protected]> * fix: yaml.Unmarshall Signed-off-by: Lin Yang <[email protected]> * fix: use clientcmd.Load() to read kubeconfig Signed-off-by: Lin Yang <[email protected]> Signed-off-by: Lin Yang <[email protected]>
- Loading branch information
1 parent
9103465
commit f7edbd3
Showing
9 changed files
with
30 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_VERSION=0.1.0-beta.1 | ||
HELM_CHART_VERSION=0.1.0-beta.1 | ||
APP_VERSION=0.1.0-beta.2 | ||
HELM_CHART_VERSION=0.1.0-beta.2 | ||
K8S_VERSION=1.25.5 | ||
ENVTEST_K8S_VERSION=1.25 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: tpls | ||
repository: file://../tpls | ||
version: 0.1.0-beta.1 | ||
version: 0.1.0-beta.2 | ||
- name: cert-manager | ||
repository: https://charts.jetstack.io | ||
version: v1.7.3 | ||
digest: sha256:6f25673c0a513753d0af9d361b7eb4f4bab33b7a0bf0f5843f237158e3028c0f | ||
generated: "2023-01-05T15:06:24.97818+08:00" | ||
digest: sha256:0ad3f0f55e3e64241c9a04f2cc35d3f2b7e0b6ce277812460f8ecb28e4d156fa | ||
generated: "2023-01-06T22:37:25.311541+08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: tpls | ||
repository: file://../tpls | ||
version: 0.1.0-beta.1 | ||
digest: sha256:1dc9e6800a8d65a9a7dc4260e56113a0dd0959d23f029bc347dc75b38d931ead | ||
generated: "2023-01-05T15:06:32.001917+08:00" | ||
version: 0.1.0-beta.2 | ||
digest: sha256:c72c4d49da78f1f3ac6322dc30c3373a5ed431ddc73810028ecb47ca975e04c5 | ||
generated: "2023-01-06T22:37:33.128013+08:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters