Skip to content

Commit

Permalink
reverting changes for the last time hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
manasachi committed Jul 24, 2024
1 parent bb65d37 commit 2acbef3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/config/draftconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ func (d *DraftConfig) VariableMapToDraftConfig(flagVariablesMap map[string]strin
// TemplateVariableRecorder is an interface for recording variables that are read using draft configs
type TemplateVariableRecorder interface {
Record(key, value string)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ jobs:
resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }}
name: ${{ env.CLUSTER_NAME }}
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER }}
namespace: ${{ env.NAMESPACE }}
namespace: ${{ env.NAMESPACE }}
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }}
name: ${{ env.CLUSTER_NAME }}
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER }}
namespace: ${{ env.NAMESPACE }}
namespace: ${{ env.NAMESPACE }}

0 comments on commit 2acbef3

Please sign in to comment.