Skip to content

Commit 299f453

Browse files
chore: Apply suggestion
Co-authored-by: Nick <[email protected]>
1 parent 05cdf30 commit 299f453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/signal-processing/create-nifi-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ data:
7474
import urllib3
7575
7676
# As of 2022-08-29 we cant use "https://nifi:8443" here because <h2>The request contained an invalid host header [<code>nifi:8443</code>] in the request [<code>/nifi-api</code>]. Check for request manipulation or third-party intercept.</h2>
77-
ENDPOINT = f"https://nifi-node-default-headless.{os.environ['NAMESPACE']}.svc.cluster.local:8443" # For local testing / developing replace it, afterwards change back to f"https://nifi-node-default-headless.{os.environ['NAMESPACE']}.svc.cluster.local:8443"
77+
ENDPOINT = f"https://nifi-node-default-0.nifi-node-default-headless.{os.environ['NAMESPACE']}.svc.cluster.local:8443" # For local testing / developing replace it, afterwards change back to f"https://nifi-node-default-headless.{os.environ['NAMESPACE']}.svc.cluster.local:8443"
7878
USERNAME = "admin"
7979
PASSWORD = open("/nifi-admin-credentials/admin").read()
8080

0 commit comments

Comments
 (0)