Skip to content

Commit

Permalink
fix: ghcr-auth secret
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Jul 3, 2024
1 parent a8135f2 commit e74840b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion kubernetes/guiduck/ghcr-auth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespaces.guiduck = {
resources.v1.Secret.ghcr-auth = {
type = "kubernetes.io/dockerconfigjson";
stringData.password = "";
stringData.".dockerconfigjson" = "";
};
};
}
5 changes: 0 additions & 5 deletions kubernetes/guiduck/guiduck.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
};
};

resources.v1.Secret.ghcr-auth = {
type = "kubernetes.io/dockerconfigjson";
stringData.".dockerconfigjson" = "";
};

resources.v1.Secret.guiduck = {
type = "Opaque";
stringData = {
Expand Down

0 comments on commit e74840b

Please sign in to comment.