Rename helmrelease files to hrel
This commit is contained in:
parent
3b7e8cb307
commit
d150842efd
3 changed files with 1 additions and 1 deletions
17
deployments/manifests/20-hrel-prod.yaml
Normal file
17
deployments/manifests/20-hrel-prod.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: hsp-release
|
||||
namespace: hsp-system
|
||||
spec:
|
||||
interval: 1m
|
||||
chart:
|
||||
spec:
|
||||
chart: ./
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
name: hsp-system
|
||||
namespace: flux-system
|
||||
values:
|
||||
mariadbNamespace: mariadb-db
|
Loading…
Add table
Add a link
Reference in a new issue