Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
postgres-operator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
zalando
postgres-operator
Commits
1c5451cd
Commit
1c5451cd
authored
Nov 9, 2017
by
Oleksii Kliukin
Committed by
Oleksii Kliukin
Dec 14, 2017
Browse files
Options
Downloads
Patches
Plain Diff
Spelling fix.
parent
55dc12e5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/cluster/cluster.go
+1
-1
1 addition, 1 deletion
pkg/cluster/cluster.go
with
1 addition
and
1 deletion
pkg/cluster/cluster.go
+
1
−
1
View file @
1c5451cd
...
...
@@ -377,7 +377,7 @@ func (c *Cluster) compareStatefulSetWith(statefulSet *v1beta1.StatefulSet) *comp
}
if
!
reflect
.
DeepEqual
(
container1
.
EnvFrom
,
container2
.
EnvFrom
)
{
needsRollUpdate
=
true
reasons
=
append
(
reasons
,
"new statefulset's container environment sources do
es
n't match the current one"
)
reasons
=
append
(
reasons
,
"new statefulset's container environment sources don't match the current one"
)
}
if
needsRollUpdate
||
needsReplace
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment