.
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 57s

This commit is contained in:
Jonas Forsberg 2024-10-15 14:30:35 +02:00
parent ef7425ddea
commit 907bb83ef4
3 changed files with 5 additions and 4 deletions

View File

@ -24,7 +24,8 @@ jobs:
uses: tj-actions/changed-files@v44
with:
dir_names: true
files: charts/*
dir_names_max_depth: '2'
files: 'charts/**'
- name: List all changed files
run: |

View File

@ -2,8 +2,8 @@ apiVersion: v1
stringData:
AZP_POOL: {{ .Values.azure.pool }}
AZP_TOKEN: {{ .Values.azure.token }}
AZP_URL: {{ .Values.azure.url }}
AZP_URL {{ .Values.azure.url }}
kind: Secret
metadata:
name: {{ include "az-agent.fullname" . }}
type: Opaque
type: Opaque

View File

@ -1,5 +1,5 @@
# Default values for az-agent.
# This is a YAML-formatted file.
# This is a YAML-formatted file. sdf
# Declare variables to be passed into your templates.