Skip to content

Commit

Permalink
chore: begin surgery
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Vanhemert committed Dec 19, 2023
1 parent 3ec8ca1 commit 79b8809
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 54 deletions.
4 changes: 3 additions & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ zarf-packages:

- name: gitlab
path: ../
ref: 16.5.1-0
# x-release-please-start-version
ref: 16.5.1-2
# x-release-please-end
1 change: 1 addition & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
],
"versioning": "prerelease",
"extra-files": [
"bundle/uds-bundle.yaml",
"zarf.yaml"
]
}
Expand Down
19 changes: 0 additions & 19 deletions test/postgres/policy-exceptions/externalName.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions test/postgres/policy-exceptions/registry.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions test/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ metadata:
architecture: amd64

components:
# - name: postgres-kyverno-exceptions
# required: true
# manifests:
# - name: kyverno-exceptions
# files:
# - policy-exceptions/externalName.yaml
# - policy-exceptions/registry.yaml
- name: postgres-istio-exceptions
required: true
manifests:
Expand Down Expand Up @@ -56,9 +49,3 @@ components:
namespace: gitlab
files:
- secret.yaml
- name: postgres-service
required: true
manifests:
- name: service for gitlab
files:
- service.yaml
2 changes: 1 addition & 1 deletion values/gitlab-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
pages:
name: pages.###ZARF_VAR_DOMAIN###
psql:
host: gitlab-postgres
host: ###ZARF_VAR_GITLAB_DB_ENDPOINT###
port: 5432
username: ###ZARF_VAR_GITLAB_DB_USERNAME###
database: ###ZARF_VAR_GITLAB_DB_NAME###
Expand Down
2 changes: 2 additions & 0 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ variables:
default: "gitlabdb"
- name: GITLAB_DB_USERNAME
default: "gitlab"
- name: GITLAB_DB_ENDPOINT
default: "gitlab"
- name: GITLAB_PAGES_ENABLED
default: "false"
- name: GITLAB_SIGNUP_ENABLED
Expand Down

0 comments on commit 79b8809

Please sign in to comment.