File tree 2 files changed +3
-2
lines changed
examples/simple_zonal_with_asm
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ output "client_token" {
25
25
}
26
26
27
27
output "ca_certificate" {
28
- value = module. gke . ca_certificate
28
+ sensitive = true
29
+ value = module. gke . ca_certificate
29
30
}
30
31
31
32
output "service_account" {
Original file line number Diff line number Diff line change @@ -96,5 +96,5 @@ module "asm_install" {
96
96
impersonate_service_account = var. impersonate_service_account
97
97
98
98
kubectl_create_command = " ${ path . module } /scripts/install_asm.sh ${ var . project_id } ${ var . cluster_name } ${ var . location } ${ var . asm_version } ${ var . mode } ${ var . managed_control_plane } ${ var . skip_validation } ${ local . options_string } ${ local . custom_overlays_string } ${ var . enable_all } ${ var . enable_cluster_roles } ${ var . enable_cluster_labels } ${ var . enable_gcp_components } ${ var . enable_registration } ${ var . outdir } ${ var . ca } ${ local . ca_cert } ${ local . ca_key } ${ local . root_cert } ${ local . cert_chain } ${ local . service_account_string } ${ local . key_file_string } ${ local . asm_git_tag_string } "
99
- kubectl_destroy_command = " kubectl delete ns istio-system"
99
+ kubectl_destroy_command = " kubectl delete ns asm-system istio-system && kubectl label namespaces --all istio-injection- "
100
100
}
You can’t perform that action at this time.
0 commit comments