UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
5b03ac61
Commit
5b03ac61
authored
3 years ago
by
Patrick Kelly
Committed by
Ryan Garcia
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ArgoCD - Support externally managed Redis
parent
a41eed69
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1658
Draft: Merge branch 'tempo_tracing_updates' into 'master'
,
!1424
ArgoCD - Support externally managed Redis
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
chart/templates/argocd/values.yaml
+12
-1
12 additions, 1 deletion
chart/templates/argocd/values.yaml
chart/values.yaml
+9
-1
9 additions, 1 deletion
chart/values.yaml
with
21 additions
and
2 deletions
chart/templates/argocd/values.yaml
+
12
−
1
View file @
5b03ac61
...
...
@@ -33,10 +33,21 @@ dex:
imagePullSecrets
:
-
name
:
private-registry
redis
:
{{
- if and .Values.addons.argocd.redis.host .Values.addons.argocd.redis.port
}}
externalEndpoint
:
{{
.Values.addons.argocd.redis.host
}}
:{{ .Values.addons.argocd.redis.port }}
enabled
:
false
{{
- end
}}
redis-bb
:
{{
- if and .Values.addons.argocd.redis.host .Values.addons.argocd.redis.port
}}
enabled
:
false
{{
- else
}}
enabled
:
true
{{
- end
}}
image
:
pullPolicy
:
{{
.Values.imagePullPolicy
}}
enabled
:
true
auth
:
enabled
:
false
{{
- if .Values.monitoring.enabled
}}
...
...
This diff is collapsed.
Click to expand it.
chart/values.yaml
+
9
−
1
View file @
5b03ac61
...
...
@@ -630,7 +630,7 @@ addons:
git
:
repo
:
https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git
path
:
"
./chart"
tag
:
"
3.33.5-bb.
5
"
tag
:
"
3.33.5-bb.
6
"
# -- Flux reconciliation overrides specifically for the ArgoCD Package
flux
:
{}
...
...
@@ -639,6 +639,14 @@ addons:
ingress
:
gateway
:
"
"
redis
:
# -- Hostname of a pre-existing Redis to use for ArgoCD.
# Entering connection info will enable external Redis and will auto-create any required secrets.
host
:
"
"
# -- Port of a pre-existing Redis to use for ArgoCD.
port
:
"
"
sso
:
# -- Toggle SSO for ArgoCD on and off
enabled
:
false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment