Compare commits
2 commits
2f19c6ae6e
...
747719e9a4
Author | SHA1 | Date | |
---|---|---|---|
747719e9a4 | |||
90bf5fca60 |
2 changed files with 31 additions and 26 deletions
|
@ -8,3 +8,9 @@ extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
line-length: disable
|
line-length: disable
|
||||||
|
document-start:
|
||||||
|
ignore:
|
||||||
|
- kustomization.yaml
|
||||||
|
indentation:
|
||||||
|
ignore:
|
||||||
|
- kustomization.yaml
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
resources:
|
resources:
|
||||||
- ../../base
|
- ../../base
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
@ -6,7 +5,7 @@ kind: Kustomization
|
||||||
images:
|
images:
|
||||||
- name: git.ar21.de/yolokube/dashboard
|
- name: git.ar21.de/yolokube/dashboard
|
||||||
newName: git.ar21.de/yolokube/dashboard
|
newName: git.ar21.de/yolokube/dashboard
|
||||||
newTag: staging-95
|
newTag: staging-102
|
||||||
namespace: dashboard-staging
|
namespace: dashboard-staging
|
||||||
patches:
|
patches:
|
||||||
- patch: |-
|
- patch: |-
|
||||||
|
|
Loading…
Add table
Reference in a new issue