Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Apr 9, 2024
1 parent d77e228 commit b7bea8f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ metadata:
data:
values.yaml: |-
---
prismCentralEndPoint: {{ `{{ .PrismCentralEndpoint.Host }}` }}
prismCentralPort: {{ `{{ .PrismCentralEndpoint.Port }}` }}
prismCentralInsecure: {{ `{{ .PrismCentralEndpoint.Insecure }}` }}
prismCentralAdditionalTrustBundle: {{ `"{{ or .PrismCentralEndpoint.AdditionalTrustBundle "" }}"` }}
prismCentralEndPoint: {{ `{{ .PrismCentralHost }}` }}
prismCentralPort: {{ `{{ .PrismCentralPort }}` }}
prismCentralInsecure: {{ `{{ .PrismCentralInsecure }}` }}
prismCentralAdditionalTrustBundle: {{ `"{{ or .PrismCentralAdditionalTrustBundle "" }}"` }}
# The Secret containing the credentials will be created by the handler.
createSecret: false
Expand Down

0 comments on commit b7bea8f

Please sign in to comment.