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
resources:
- ../base
patches:
- path: Deployment.yaml # Ruta al archivo de parche para el Deployment
- path: .Deployment.yaml # Ruta al archivo de parche para el Deployment
target:
kind: 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:
kind: HorizontalPodAutoscaler
#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