This commit is contained in:
parent
ef7425ddea
commit
907bb83ef4
@ -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: |
|
||||
|
@ -2,7 +2,7 @@ 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" . }}
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user