Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Dec 4, 2023
1 parent ef6fb46 commit 8ba0d50
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ func NewLocalFeatureFlagsProvider(p *providers.Provider) (providers.ClowderProvi
return &localFeatureFlagsProvider{Provider: *p}, nil
}

// Runs when Env is reconciled
// CachedMakeComponent: helper function to create a PVC, Service, Deployment (The Cached spin was created around the time Cache system was created)
func (ff *localFeatureFlagsProvider) EnvProvide() error {

dataInit := createDefaultFFSecMap
Expand Down Expand Up @@ -301,7 +299,7 @@ func makeLocalFeatureFlags(o obj.ClowdObject, objMap providers.ObjectMap, _ bool
LocalObjectReference: core.LocalObjectReference{
Name: nn.Name,
},
Key: "adminSecret",
Key: "adminAccessToken",
},
},
},
Expand All @@ -312,7 +310,7 @@ func makeLocalFeatureFlags(o obj.ClowdObject, objMap providers.ObjectMap, _ bool
LocalObjectReference: core.LocalObjectReference{
Name: nn.Name,
},
Key: "clientSecret",
Key: "clientAccessToken",
},
},
},
Expand Down

0 comments on commit 8ba0d50

Please sign in to comment.