Replies: 1 comment 1 reply
-
@jsimomaa Look how it's done for instance here You have to use the File provisioner https://developer.hashicorp.com/terraform/language/resources/provisioners/file. That would require you to clone the repo and edit it, or if you prefer to not clone the repo and use the module as is, you can use the Then you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I read #544 first but couldn't quite understand how one is able to copy a file to the control-plane nodes before k3s server is started?
My use case is to have an audit policy file and it is given to the api-server via:
https://kubernetes.io/docs/tasks/debug/debug-cluster/audit/#audit-policy
I tried to look for existing issues or discussions related to this topic but could only find #544 . So please if someone could elaborate bit more how to actually achieve this, would be really appreciated 😄
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions