Skip to content

Commit

Permalink
Remove unneeded base64 encoding for "machineClass.secret.hcloudToken"
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheEvilOne committed Sep 20, 2021
1 parent 7c40a46 commit 40406b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/internal/machineclass/templates/machineclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
gardener.cloud/purpose: machineclass
type: Opaque
data:
token: {{ $machineClass.secret.hcloudToken | b64enc }}
token: {{ $machineClass.secret.hcloudToken }}
userData: {{ $machineClass.secret.userData | b64enc }}
---
apiVersion: machine.sapcloud.io/v1alpha1
Expand Down

0 comments on commit 40406b6

Please sign in to comment.