Skip to content

Commit

Permalink
Fix one more issue in federator integration chart
Browse files Browse the repository at this point in the history
federator-ca is a configmap, not a secret
  • Loading branch information
pcapriotti committed Aug 9, 2021
1 parent e51b6a8 commit 78bdb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/federator/templates/tests/federator-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ spec:
secretName: "federator-secret"
# integration tests need access to the CA
- name: "federator-ca"
secret:
secretName: "federator-ca"
configMap:
name: "federator-ca"
containers:
- name: integration
command: ["federator-integration"]
Expand Down

0 comments on commit 78bdb9b

Please sign in to comment.