Skip to content

Commit b7d3e80

Browse files
committed
chore: Linting
1 parent 3bbf489 commit b7d3e80

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

charts/apps/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: authz
33
description: ArgoCD Apps used to deploy Authorization infrastructure
44
type: application
5-
version: 0.2.0
5+
version: 0.3.0

charts/apps/templates/bundler-static-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: ConfigMap
33
metadata:
44
name: bundler-static-data
55
data:
6-
{{- ( .Files.Glob "static/*.json" ).AsConfig | nindent 2 }}
6+
{{- ( .Files.Glob "static/*.json" ).AsConfig | nindent 2 }}

charts/apps/templates/token-authorization-secret.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ spec:
1212
creationTimestamp: null
1313
name: token-authorization
1414
namespace: authz-warehouse
15-

0 commit comments

Comments
 (0)