global: existingTruststoreSecretName: "trust-bundle"
apiVersion: v1 data: ca.crt: XXX truststore.jks: XXX truststore.p12: XXX kind: Secret metadata: name: trust-bundle namespace: tc-core type: Opaque