Skip to content

Commit

Permalink
remove redundant code changes for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
Bavneet Singh committed Feb 13, 2025
1 parent 12530b5 commit 6f8e494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/connectedk8s/azext_connectedk8s/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ def install_helm_client() -> str:
telemetry.add_extension_event(
"connectedk8s", {"Context.Default.AzureCLI.MachineType": machine_type}
)

print("Operating system: ", operating_system)
# Set helm binary download & install locations
if operating_system == "windows":
download_location_string = f".azure\\helm\\{consts.HELM_VERSION}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: secret-reader
namespace: azure-arc-release
namespace: default
rules:
- apiGroups:
- ''
Expand All @@ -23,7 +23,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: read-secrets-rolebindings
namespace: azure-arc-release
namespace: default
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand All @@ -49,7 +49,7 @@ spec:
spec:
containers:
- args:
- azure-arc-release
- default
command:
- /bin/bash
- /diagnoser_job_script.sh
Expand Down

0 comments on commit 6f8e494

Please sign in to comment.