Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix GitLab self-managed notes #56

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions gitlab/application.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
# note to the installing admin:
# this app needs a couple prereq steps
# 1. pull request and atlantis apply a new oidc client named gitlab so the secrets are available in vault
# 2. adjust the helm.values.global.hosts.name name to attach it to your domain

# Note for the installation
#
# This application needs a couple prerequisites steps:
# 1. A pull request and Atlantis apply to a new OIDC client named GitLab, so the secrets are available in Vault.
# 2. Adjust the spec.source.helm.values.global.hosts.domain value to your domain.
#
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
Expand Down
Loading