Skip to content

Commit

Permalink
Removing value from istio.env (#96)
Browse files Browse the repository at this point in the history
This commit will remove the value from the DOMAIN key in the istio.env file.
It was mistakenly pushed with a value that varies.
It no longer needs a value

Signed-off-by: tonyxrmdavidson <tonyxrmdavidson@yahoo.co.uk>
  • Loading branch information
tonyxrmdavidson authored Sep 5, 2024
1 parent 1acac78 commit 56a2713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift-ci/resources/samples/istio/components/istio.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AUTH_PROVIDER=opendatahub-auth-provider
ISTIO_INGRESS=ingressgateway
DOMAIN=apps.rk415.apicurio.integration-qe.com
DOMAIN=
REST_CREDENTIAL_NAME=modelregistry-sample-rest-credential
GRPC_CREDENTIAL_NAME=modelregistry-sample-grpc-credential

0 comments on commit 56a2713

Please sign in to comment.