Skip to content

Commit

Permalink
Replace hostname label with Pod
Browse files Browse the repository at this point in the history
As we discussed, it will be more appropriate to use `pod` as a label instead of `hostname`. The HOSTNAME environment variable represent Pod name.
  • Loading branch information
rgildein authored Oct 25, 2024
1 parent 26b0c9b commit c209b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/charmed-spark/pebble/log-layer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ log-targets:
app: spark
spark_job_id: $SPARK_APPLICATION_ID
user: $SPARK_USER
hostname: $HOSTNAME
pod: $HOSTNAME

0 comments on commit c209b68

Please sign in to comment.