Skip to content

Commit

Permalink
chore(test): Use in-cluster hostname for integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Roszell <[email protected]>
  • Loading branch information
m8rmclaren committed Aug 21, 2024
1 parent e782f04 commit e7096d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrationtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ ! $(kubectl get configmap -n "$reconciler_namespace" -o json | jq --arg "n

kubectl create configmap "$signer_configmap_name" \
-n "$reconciler_namespace" \
--from-literal=ejbcaHostname="$EJBCA_HOSTNAME" \
--from-literal=ejbcaHostname="$EJBCA_IN_CLUSTER_HOSTNAME" \
--from-literal=defaultEndEntityName="" \
--from-literal=defaultCertificateProfileName="$EJBCA_CERTIFICATE_PROFILE_NAME" \
--from-literal=defaultEndEntityProfileName="$EJBCA_END_ENTITY_PROFILE_NAME" \
Expand Down

0 comments on commit e7096d8

Please sign in to comment.