Skip to content

Commit

Permalink
fix: fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsauter committed Mar 9, 2022
1 parent 8ce911b commit 10bae6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/synchronizer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (sc *syncConfig) synchronize() error {
secret.Name = fmt.Sprintf("%s%s", sc.SecretPrefix, k)
secret.Data = data
secret.Annotations = annotations
secret.Labels = sc.labels
// create (insert) or update the secret
existing, err := sc.k8sClientset.CoreV1().Secrets(sc.Namespace).Get(context.Background(), secret.Name, metav1.GetOptions{})
if err != nil {
Expand Down

0 comments on commit 10bae6f

Please sign in to comment.