Skip to content

Commit

Permalink
Update yaml.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zkarahacane authored Sep 18, 2024
1 parent 872ec7b commit 66e9c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export const upsertGitlabConfig = async (params: BaseParams, keycloakRootGroupPa

export const deleteGitlabYamlConfig = async (params: BaseParams, project: Project, api: IGitlab) => {
// Même logique de groupe et de repo que pour l'upsert
const lokiGroupName = 'loki-group'
const lokiRepoName = 'loki-repo'
const lokiGroupName = 'observability'
const lokiRepoName = 'observability'
const gitlabLokiGroup = await findOrCreateGroup(api, lokiGroupName)
const gitlabLokiRepo = await findOrCreateRepo(api, gitlabLokiGroup, lokiRepoName)

Expand Down

0 comments on commit 66e9c8a

Please sign in to comment.