Skip to content

Commit c027256

Browse files
committed
docs: remove irrelevant TODO/XXX
1 parent 1b10615 commit c027256

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deploy/services/parts/etcd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ func (etcd *EtcdCluster) provision(ctx *pulumi.Context, args *EtcdArgs, opts ...
130130

131131
func (etcd *EtcdCluster) outputs(ctx *pulumi.Context) error {
132132
// Hardcoded values
133-
// XXX might not be sufficient
134133
etcd.PodLabels = pulumi.ToStringMap(map[string]string{
135134
"app.kubernetes.io/name": "etcd",
136135
"ctfer.io/stack-name": ctx.Stack(),

pkg/fs/instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func CheckInstance(challID, identity string) error {
102102
if _, err := os.Stat(fpath); err != nil {
103103
return &errs.ErrInstanceExist{
104104
ChallengeID: challID,
105-
SourceID: identity, // XXX mismatch
105+
SourceID: identity,
106106
Exist: false,
107107
}
108108
}

0 commit comments

Comments
 (0)