Skip to content

Commit

Permalink
Merge branch 'CustomCAs' of github.com:defenseunicorns/uds-bundle-sof…
Browse files Browse the repository at this point in the history
…tware-factory-nutanix into CustomCAs
  • Loading branch information
jacobbmay committed Jul 11, 2024
2 parents 472d1a7 + f6d04b8 commit bc92005
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
19 changes: 1 addition & 18 deletions bundles/uds-core-swf/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,6 @@ packages:
overrides:
grafana:
grafana:
# Remove if extra_volumes works
# values:
# - path: global.extraSecretMounts
# value:
# - name: additional-ca-certs
# # path from example configmap mount
# # mountPath: /etc/grafana/ssl/
# # actual path for ubi9
# mountPath: /etc/pki/tls/certs/
# subpath: "ca-bundle.crt"
# secretName: ca-secret
# readOnly: true
values:
- path: extraVolumes
value: *extra-volumes
Expand Down Expand Up @@ -234,7 +222,7 @@ packages:
- path: "devMode"
value: "false"
- path: "autoscaling.enabled"
value: "true"
value: "false"
- path: "persistence.providers.enabled"
value: "true"
- path: "persistence.accessMode"
Expand Down Expand Up @@ -322,11 +310,6 @@ packages:
- name: LOKI_S3_SECRET_ACCESS_KEY
path: loki.storage.s3.secretAccessKey
description: "The S3 Secret Access Key"
# Remove if extra_volumes works and S3 CA doesn't explicitly need set
# - name: LOKI_TLS_CERT_PATH
# path: loki.storage.s3.http_config.ca_file
# description: "CA chain to trust for connections S3 buckets"
# default: "/etc/ssl/certs/ca.crt"
- name: LOKI_WRITE_REPLICAS
path: write.replicas
description: "Loki write replicas"
Expand Down
8 changes: 0 additions & 8 deletions packages/additional-manifests/mattermost/ca-secret.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions packages/additional-manifests/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ components:
- pepr-policy-exemptions/nutanix-csi-exemptions.yaml
- pepr-policy-exemptions/metallb-exemptions.yaml
- pepr-policy-exemptions/gitlab-exemptions.yaml
# - name: mattermost-ca-secret
# required: true
# manifests:
# - name: mattermost-ca-secret
# files:
# - mattermost/ca-secret.yaml
1 change: 1 addition & 0 deletions tasks/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ variables:
default: "ghcr.io/defenseunicorns/build-harness/build-harness:2.0.28"
- name: BUNDLE_VERSION
description: "Version of the bundle to deploy"
# TODO - add release-please support
default: "0.2.16"

tasks:
Expand Down

0 comments on commit bc92005

Please sign in to comment.