mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-29 18:31:35 +02:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
@ -3,6 +3,13 @@ output "kubeconfig-admin" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
# Outputs for workers
|
||||
|
||||
output "kubeconfig" {
|
||||
value = module.bootstrap.kubeconfig-kubelet
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
# Outputs for debug
|
||||
|
||||
output "assets_dist" {
|
||||
|
Reference in New Issue
Block a user