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
Merge requests
!365
WIP: Addons/keycloak
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Addons/keycloak
addons/keycloak
into
master
Overview
4
Commits
7
Pipelines
3
Changes
4
Closed
James O'Meara
requested to merge
addons/keycloak
into
master
4 years ago
Overview
4
Commits
7
Pipelines
3
Changes
4
Expand
Summary
Adds keycloak as a bigbang addon.
0
0
Merge request reports
Compare
master
version 2
ce9bf6bb
4 years ago
version 1
beb848c3
4 years ago
master (base)
and
latest version
latest version
35b59356
7 commits,
4 years ago
version 2
ce9bf6bb
7 commits,
4 years ago
version 1
beb848c3
6 commits,
4 years ago
4 files
+
115
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
chart/templates/keycloak/gitrepository.yaml
0 → 100644
+
21
−
0
Options
{{
- if and (not .Values.offline) .Values.addons.keycloak.enabled
}}
apiVersion
:
source.toolkit.fluxcd.io/v1beta1
kind
:
GitRepository
metadata
:
name
:
keycloak
namespace
:
{{
.Release.Namespace
}}
labels
:
app.kubernetes.io/name
:
keycloak
app.kubernetes.io/component
:
"
core"
{{
- include "commonLabels" . | nindent 4
}}
spec
:
ignore
:
|
# exclude file extensions
/**/*.md
/**/*.txt
interval
:
{{
.Values.flux.interval
}}
url
:
{{
.Values.addons.keycloak.git.repo
}}
ref
:
{{
- include "validRef" .Values.addons.keycloak.git | nindent 4
}}
{{
- include "gitCreds" . | nindent 2
}}
{{
- end
}}
Loading