We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4f817 commit 0afa5b9Copy full SHA for 0afa5b9
src/shared/local.env
@@ -4,14 +4,12 @@
4
# - This file is used for local development of multiple operators
5
6
# Intents operator vars =========================
7
-//OTTERIZE_CLIENT_ID=<YOUR_CLIENT_ID>
8
-//OTTERIZE_CLIENT_SECRET=<YOUR_CLIENT_SECRET>
9
-//OTTERIZE_API_ADDRESS=http://localhost:3000/api
+OTTERIZE_CLIENT_ID=<YOUR_CLIENT_ID>
+OTTERIZE_CLIENT_SECRET=<YOUR_CLIENT_SECRET>
+OTTERIZE_API_ADDRESS=http://localhost:3000/api
10
OTTERIZE_POD_NAME=intents-operator
11
OTTERIZE_POD_NAMESPACE=otterize-system
12
OTTERIZE_SELF_SIGNED_CERT=false
13
-OTTERIZE_TELEMETRY_ENABLED=false
14
-OTTERIZE_DISABLE_WEBHOOK_SERVER=true
15
16
# Credentials operator vars =====================
17
POD_NAMESPACE=otterize-system
0 commit comments