UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d3f1b782 authored by Thomas Runyon's avatar Thomas Runyon
Browse files

fix: pass hostname to argocd

parent 0e6b3bd9
No related branches found
Tags 1.0.4
1 merge request!173fix: pass hostname to argocd
Pipeline #145441 canceled
......@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [1.0.4]
* Bug fix where argocd's VirtualService wouldn't recieve the top level hostname value.
## [1.0.3]
* Added [Gitlab](https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/gitlab)
......
......@@ -11,4 +11,4 @@ spec:
interval: 10m
url: https://repo1.dsop.io/platform-one/big-bang/umbrella.git
ref:
tag: 1.0.3
\ No newline at end of file
tag: 1.0.4
\ No newline at end of file
......@@ -37,6 +37,7 @@ spec:
kind: Secret
valuesKey: "argocd.yaml"
values:
hostname: {{ .Values.hostname }}
createNamespace: false
imagePullSecrets:
- name: private-registry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment