Gitlab - Argos ALM by PALO IT

Commit 0e780aaa authored by Palo IT's avatar Palo IT

fixing patches struchture

parent 4e361d28
...@@ -3,11 +3,11 @@ kind: Kustomization ...@@ -3,11 +3,11 @@ kind: Kustomization
resources: resources:
- ../base - ../base
patches: patches:
- path: Deployment.yaml # Ruta al archivo de parche para el Deployment - path: .Deployment.yaml # Ruta al archivo de parche para el Deployment
target: target:
kind: Deployment kind: Deployment
#name: nombre-del-deployment #name: nombre-del-deployment
- path: HorizontalPodAutoScaler.yaml # Ruta al archivo de parche para el HPA - path: .HorizontalPodAutoScaler.yaml # Ruta al archivo de parche para el HPA
target: target:
kind: HorizontalPodAutoscaler kind: HorizontalPodAutoscaler
#name: nombre-del-hpa #name: nombre-del-hpa
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment