Skip to content

Commit

Permalink
fix es
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Dec 31, 2023
1 parent 7ba8b7f commit baa905f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions k8s/gitlab/gitlab.cue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ kustomizations: $default: manifest: {
}
refreshInterval: "0"
target: {
name: metadata.name
name: metadata.name + "-yaml"
deletionPolicy: "Delete"
template: {
engineVersion: "v2"
Expand All @@ -139,14 +139,14 @@ kustomizations: $default: manifest: {
{
secretKey: "aws_access_key_id"
remoteRef: {
key: store.metadata.name
key: lfsBucket.metadata.name
property: "AWS_ACCESS_KEY_ID"
}
},
{
secretKey: "aws_secret_access_key"
remoteRef: {
key: store.metadata.name
key: lfsBucket.metadata.name
property: "AWS_SECRET_ACCESS_KEY"
}
},
Expand Down

0 comments on commit baa905f

Please sign in to comment.