Compare commits

..

No commits in common. "907bb83ef40d2c35149bd68ab00da7286829aeb3" and "e7e344e9dc76d002b110228715cb1a5289cbfddf" have entirely different histories.

4 changed files with 10 additions and 16 deletions

View File

@ -21,11 +21,7 @@ jobs:
- name: Check for changed charts - name: Check for changed charts
id: changed-files id: changed-files
uses: tj-actions/changed-files@v44 uses: tj-actions/changed-files@v45.0.3
with:
dir_names: true
dir_names_max_depth: '2'
files: 'charts/**'
- name: List all changed files - name: List all changed files
run: | run: |

View File

@ -1,2 +1 @@
hellloooo hellloooo
df

View File

@ -2,7 +2,7 @@ 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" . }}

View File

@ -1,11 +1,10 @@
# Default values for az-agent. # Default values for az-agent.
# This is a YAML-formatted file. sdf # This is a YAML-formatted file.
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
azure: azure:
url url
pool: pool
token: token:
harbor: harbor: