Skip to content

Commit

Permalink
fix: update to https vs http
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 20, 2024
1 parent c0525d8 commit 07513ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .run/dev.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="dev" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="dev" />
</scripts>
<node-interpreter value="$USER_HOME$/.nvm/versions/node/v18.14.2/bin/node" />
<envs />
<method v="2" />
</configuration>
</component>
3 changes: 2 additions & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ kubernetes:
clusterLocatorMethods:
- type: 'config'
clusters:
- url: "http://kubernetes.default.svc"
- url: "https://kubernetes.default.svc"
name: core-prod
authProvider: 'serviceAccount'
skipMetricsLookup: false
skipTLSVerify: false
serviceAccountToken: ${K8S_TOKEN}
customResources:
- group: 'argoproj.io'
Expand Down

0 comments on commit 07513ed

Please sign in to comment.