1 package secretmanager 2 3 const SecretLabel = "workload-edge-ncr-com" //nolint not credentials 4 5 const SecretNamespaceSelectorLabel = "namespace-selector-edge-ncr-com" //nolint not credentials 6 7 const SecretNameLabel = "secret-edge-ncr-com" //nolint not credentials 8 9 const SecretTypeLabel = "secret-type-edge-ncr-com" //nolint not credentials 10 11 const SecretOwnerLabel = "owner" //nolint not credentials 12