Skip to content
Snippets Groups Projects
Commit 704bea75 authored by Rob Kooper's avatar Rob Kooper
Browse files

point to github instead of git.nsca

parent bb340531
Branches master
No related tags found
No related merge requests found
...@@ -26,17 +26,6 @@ server: ...@@ -26,17 +26,6 @@ server:
# Specifies token expiration duration # Specifies token expiration duration
users.session.duration: "24h" users.session.duration: "24h"
repositories: |
- url: https://git.ncsa.illinois.edu/kooper/radiant-cluster.git
type: git
name: radiant-cluster
usernameSecret:
name: radiant-cluster
key: username
passwordSecret:
name: radiant-cluster
key: password
# A dex connector configuration (optional). See SSO configuration documentation: # A dex connector configuration (optional). See SSO configuration documentation:
# https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/sso # https://github.com/argoproj/argo-cd/blob/master/docs/operator-manual/sso
# https://dexidp.io/docs/connectors/ # https://dexidp.io/docs/connectors/
......
...@@ -24,7 +24,7 @@ spec: ...@@ -24,7 +24,7 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
source: source:
repoURL: https://git.ncsa.illinois.edu/kooper/radiant-cluster.git repoURL: https://github.com/ncsa/radiant-cluster.git
path: charts/healthmonitor path: charts/healthmonitor
targetRevision: {{ .Values.healthmonitor.targetRevision | quote }} targetRevision: {{ .Values.healthmonitor.targetRevision | quote }}
helm: helm:
......
...@@ -87,7 +87,7 @@ variable "argocd_sync" { ...@@ -87,7 +87,7 @@ variable "argocd_sync" {
variable "argocd_repo_url" { variable "argocd_repo_url" {
type = string type = string
description = "URL to pull argocd applications from" description = "URL to pull argocd applications from"
default = "https://git.ncsa.illinois.edu/kooper/radiant-cluster.git" default = "https://github.com/ncsa/radiant-cluster.git"
} }
variable "argocd_annotations" { variable "argocd_annotations" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment