...
1 package constants
2
3 const (
4 FluxEdgeNamespace = "edge-flux"
5 FluxSystem = "flux-system"
6 TenantBucketSecret = "tenant-bucket"
7 FluxSAKey = "serviceaccount"
8 NoUpdate = "no update"
9 FluxBucketFmt = "%s-cluster-sync"
10 KustomizationsDir = "fluxcfg"
11 ShipmentKustomizationDir = "shipments"
12 ExternalSecretKustomizationDir = "externalSecrets"
13 EdgeBucketName = "edge-bucket"
14 EdgeBannerBucketName = "edge-banner-bucket"
15 NCRCharts = "ncr-charts"
16 BannerWideNamespace = "banner-wide-ns"
17 )
18
View as plain text