Skip to content

Commit

Permalink
fix: skip TLS verify
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 20, 2024
1 parent 07513ed commit e672c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ kubernetes:
name: core-prod
authProvider: 'serviceAccount'
skipMetricsLookup: false
skipTLSVerify: false
skipTLSVerify: true
serviceAccountToken: ${K8S_TOKEN}
customResources:
- group: 'argoproj.io'
Expand Down

0 comments on commit e672c60

Please sign in to comment.