Try to set it like woodpecker format

This commit is contained in:
dvirlabs 2025-05-04 21:27:36 +03:00
parent a620994cfe
commit 65ca368163

View File

@ -1,23 +1,25 @@
pipeline: name: deploy-grafana-int
helm-check:
steps:
- name: helm-check
image: alpine/helm:3.13.2 image: alpine/helm:3.13.2
commands: commands:
- helm lint charts/grafana - helm lint charts/grafana
- helm template charts/grafana -f manifest/grafana/values-int.yaml - helm template charts/grafana -f manifest/grafana/values-int.yaml
validate-manifest: - name: validate-manifest
image: bitnami/kubectl:latest image: bitnami/kubectl:latest
commands: commands:
- echo "🔍 Validating grafana-int ArgoCD app" - echo "🔍 Validating grafana-int ArgoCD app"
- kubectl apply -f argocd-apps/grafana/grafana-int.yaml --dry-run=client - kubectl apply -f argocd-apps/grafana/grafana-int.yaml --dry-run=client
deploy-argocd-app: - name: deploy-argocd-app
image: bitnami/kubectl:latest image: bitnami/kubectl:latest
commands: commands:
- echo "🚀 Applying grafana-int ArgoCD app" - echo "🚀 Applying grafana-int ArgoCD app"
- kubectl apply -f argocd-apps/grafana/grafana-int.yaml - kubectl apply -f argocd-apps/grafana/grafana-int.yaml
create-cloudflare-cname: - name: create-cloudflare-cname
image: alpine:latest image: alpine:latest
environment: environment:
- CLOUDFLARE_TOKEN - CLOUDFLARE_TOKEN