Skip to content

Commit

Permalink
add new line at the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
taghreed86 committed Dec 17, 2023
1 parent 148ba2e commit dd392af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gitops-sets/config-map-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
data:
description: This is a configmap for the {{ .Element.env }} environment
env: "{{ .Element.env }}"
team: "{{ .Element.team }}"
team: "{{ .Element.team }}"
2 changes: 1 addition & 1 deletion gitops-sets/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resources:
- dev-info-configmap.yaml
- production-info-configmap.yaml
- staging-info-configmap.yaml
- role.yaml
- role.yaml
2 changes: 1 addition & 1 deletion gitops-sets/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ roleRef:
subjects:
- kind: ServiceAccount
name: gitopssets-controller-manager
namespace: flux-system
namespace: flux-system
2 changes: 1 addition & 1 deletion utils/data/gitops-sets-kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
namespace: flux-system
path: ./gitops-sets
prune: true
timeout: 1m
timeout: 1m

0 comments on commit dd392af

Please sign in to comment.