Skip to content

Commit

Permalink
docs: fix secret in talos example
Browse files Browse the repository at this point in the history
fixes error: 'Secret in version "v1" cannot be handled as a Secret: illegal base64 data at input byte'

Signed-off-by: Michał Frąckiewicz <[email protected]>
  • Loading branch information
SystemZ authored and sergelogvinov committed Oct 9, 2024
1 parent b3f2fc1 commit 1102ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ cluster:
metadata:
name: proxmox-cloud-controller-manager
namespace: kube-system
data:
stringData:
config.yaml: |
clusters:
- url: https://cluster-api-1.exmple.com:8006/api2/json
Expand All @@ -154,7 +154,7 @@ cluster:
metadata:
name: proxmox-csi-plugin
namespace: csi-proxmox
data:
stringData:
config.yaml: |
clusters:
- url: https://cluster-api-1.exmple.com:8006/api2/json
Expand Down

0 comments on commit 1102ba1

Please sign in to comment.