Skip to content

Commit 2b47b23

Browse files
committed
Removed an extra space to appease lint.
1 parent 8054e8e commit 2b47b23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

EKS/Backup-EKS-Applications-with-Trident-Protect/trident-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
namespace: <APP NAMESPACE>
66
spec:
77
includedNamespaces:
8-
- namespace: <APP NAMESPACE>
8+
- namespace: <APP NAMESPACE>

EKS/Backup-EKS-Applications-with-Trident-Protect/trident-restore-inplace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: protect.trident.netapp.io/v1
22
kind: BackupInplaceRestore
33
metadata:
4-
name: <APP BACKUP RESTORE NAME>
4+
name: <APP BACKUP RESTORE NAME>
55
namespace: <APP NAMESPACE>
66
spec:
77
appArchivePath: <APP ARCHIVE PATH>

EKS/PV-Migrate-with-Trident-Protect/trident-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
namespace: <APP NAMESPACE>
66
spec:
77
includedNamespaces:
8-
- namespace: <APP NAMESPACE>
8+
- namespace: <APP NAMESPACE>

0 commit comments

Comments
 (0)