Compare commits
3 Commits
889a369524
...
e4bdad9f0e
| Author | SHA1 | Date | |
|---|---|---|---|
|
e4bdad9f0e
|
|||
| 598c91f1c4 | |||
| 855245e8f8 |
@@ -6,7 +6,6 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'hosts/**'
|
- 'hosts/**'
|
||||||
- ! 'hosts/archive'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-lint:
|
docker-lint:
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'hosts/**'
|
- 'hosts/**'
|
||||||
- ! 'hosts/archive'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker-lint:
|
docker-lint:
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'clusters/**'
|
- 'clusters/**'
|
||||||
- ! 'clusters/*/archive'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
helm-lint:
|
helm-lint:
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ on:
|
|||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'clusters/**'
|
- 'clusters/**'
|
||||||
- ! 'clusters/*/archive'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
helm-lint:
|
helm-lint:
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "clusters/**"
|
- "clusters/**/helm"
|
||||||
- ! "clusters/*/archive"
|
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
@@ -22,18 +22,18 @@ spec:
|
|||||||
exclude: true
|
exclude: true
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{ .path.basename }}'
|
name: '{{ `{{path.basename}}` }}'
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: '{{.path.path}}'
|
path: '{{ `{{.path.path}}` }}'
|
||||||
helm:
|
helm:
|
||||||
releaseName: '{{ .path.basename }}'
|
releaseName: '{{ `{{path.basename}}` }}'
|
||||||
destination:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: '{{ .path.basename }}'
|
namespace: '{{ `{{path.basename}}` }}'
|
||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: ""
|
- group: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user