This commit is contained in:
parent
ef7425ddea
commit
907bb83ef4
@ -24,7 +24,8 @@ jobs:
|
|||||||
uses: tj-actions/changed-files@v44
|
uses: tj-actions/changed-files@v44
|
||||||
with:
|
with:
|
||||||
dir_names: true
|
dir_names: true
|
||||||
files: charts/*
|
dir_names_max_depth: '2'
|
||||||
|
files: 'charts/**'
|
||||||
|
|
||||||
- name: List all changed files
|
- name: List all changed files
|
||||||
run: |
|
run: |
|
||||||
|
@ -2,8 +2,8 @@ apiVersion: v1
|
|||||||
stringData:
|
stringData:
|
||||||
AZP_POOL: {{ .Values.azure.pool }}
|
AZP_POOL: {{ .Values.azure.pool }}
|
||||||
AZP_TOKEN: {{ .Values.azure.token }}
|
AZP_TOKEN: {{ .Values.azure.token }}
|
||||||
AZP_URL: {{ .Values.azure.url }}
|
AZP_URL {{ .Values.azure.url }}
|
||||||
kind: Secret
|
kind: Secret
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "az-agent.fullname" . }}
|
name: {{ include "az-agent.fullname" . }}
|
||||||
type: Opaque
|
type: Opaque
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Default values for az-agent.
|
# 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.
|
# Declare variables to be passed into your templates.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user